Skip to content

Reconcile the W3C compliant WebSocket interface in dart:io with the one in dart:html #2958

Closed
@sgjesse

Description

@sgjesse

When the WebSocket interface in dart:html has stabilized the one in dart:io should be updated to match as closely as possible to enable the same client code to run both in the browser and in the standalone VM. Currently the following issues have been identified:

  * Add the WebSocketsEvents interface to dart:io for event registration
  * Review the event object naming
  * How about event properties which oes not make sense outside the browser?

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-core-librarySDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.closed-not-plannedClosed as we don't intend to take action on the reported issuelibrary-io

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions