File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 3.0.4-wip
2+
3+ - Remove obsolete documentation for ` WebSocketChannel.new ` .
4+
15## 3.0.3
26
37- Support ` package:web_socket ` 1.0.0.
Original file line number Diff line number Diff line change @@ -17,8 +17,6 @@ const String _webSocketGUID = '258EAFA5-E914-47DA-95CA-C5AB0DC85B11';
1717/// A [StreamChannel] that communicates over a WebSocket.
1818///
1919/// This is implemented by classes that use `dart:io` and `dart:html` .
20- /// The [WebSocketChannel.new] constructor can also be used on any platform to
21- /// connect to use the WebSocket protocol over a pre-existing channel.
2220///
2321/// All implementations emit [WebSocketChannelException] s. These exceptions wrap
2422/// the native exception types where possible.
Original file line number Diff line number Diff line change 11name : web_socket_channel
2- version : 3.0.3
2+ version : 3.0.4-wip
33description : >-
44 A WebSocket API that enables cross-platform communication via StreamChannel.
55repository : https://github.com/dart-lang/http/tree/master/pkgs/web_socket_channel
You can’t perform that action at this time.
0 commit comments