commit | d60d2a35b4135f453dbe747af23f174edfbe07d3 | [log] [tgz] |
---|---|---|
author | Nate Bosch <nbosch@google.com> | Thu Apr 29 12:54:25 2021 -0700 |
committer | Nate Bosch <nbosch@google.com> | Thu Apr 29 12:54:25 2021 -0700 |
tree | 4014aa8f0dbc5a8269dcd6c59a3db2b56a36c9c1 | |
parent | b8febe8445870c11a83f454c0dc850b22c4e9771 [diff] |
Add IOWebSocketChannel.innerWebSocket Supersedes dart-lang/web_socket_channel#141 - expose the entire `dart:io` web socket instead of selectively forwarding more parts of the interface. This does not cover the case of changing a setting immediately after the socket is connected. As a followup we may want to add a `Future<WebSocketChannel> get onConnected` to have a signal on connection and enable immediately setting options.