Skip to content

Glitch demo use wrong API #24

@ssvendsen

Description

@ssvendsen

I'm not sure if this is the right place to report, but the demo on Glitch linked to from https://developer.chrome.com/docs/capabilities/web-apis/websocketstream does

const { ... } = await wss.connection;

while the correct API seems to be

const { ... } = await wss.opened;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions