Hello,
Is a WASM based web app able to overcome this error:
NotAllowedError: Failed to construct 'TCPSocket': Frame is not sufficiently isolated to use Direct Sockets.
'unsafe-eval' being a required Content-Security-Policy script-src for streaming instantiation of a WASM runtime, I imagine not.
Direct sockets would be great thing to have. Imagine going back to the good old days connecting directly to a posgresql db without all of this API middleware nonsense! I must be naive to wonder why they even need all of the extra security for them to be available.
Absent any other remedy, I will be forced to compile chrome without the fences if I wanted access to these.
Thanks for any advice you might have.
For completeness, the app is
https://newspeaklanguage.org/webIDE The brainchild of Gilad Bracha, it was once a Google funded project and is a fantastic web development platform.
Happy Trails