We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This package should be updated to use the following library so that websocket usage can target wasm and gopherjs: "github.com/gopherjs/gopherwasm/js"
This will require wrapping callbacks with js.NewEventCallback() (and calling .Release()) and changing *js.Object to js.Value
js.NewEventCallback()