Closed
Description
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?