I cannot create a InteractionContext in browser (Latest Firefox and Chrome). After a while of troubleshooting, I believe the issue lies here.
I tried this successfully in browser console:
new WebSocket('ws://localhost:1338')
This gives the error: Uncaught DOMException: An invalid or illegal string was specified
new WebSocket('ws://localhost:1338', { maxPayload: 128 * 1024 * 1024 })
I cannot create a
InteractionContextin browser (Latest Firefox and Chrome). After a while of troubleshooting, I believe the issue lies here.I tried this successfully in browser console:
This gives the error:
Uncaught DOMException: An invalid or illegal string was specified