Skip to content

DOMException: An invalid or illegal string was specified #194

@siegfried

Description

@siegfried

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 })

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingclient/TypeScriptIssues which regard the TypeScript clienthelp welcomedGood for newcomers

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions