File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 1
1
## 3.0.1-wip
2
2
3
3
- Remove unnecessary ` dependency_overrides ` .
4
+ - Remove obsolete documentation for ` WebSocketChannel.new ` .
4
5
5
6
## 3.0.0
6
7
Original file line number Diff line number Diff line change @@ -68,15 +68,6 @@ other socket exactly why they're closing the connection.
68
68
` WebSocketChannel ` also works as a cross-platform implementation of the
69
69
WebSocket protocol. The [ ` WebSocketChannel.connect ` constructor] [ connect ]
70
70
connects to a listening server using the appropriate implementation for the
71
- platform. The [ ` WebSocketChannel() ` constructor] [ new ] takes an underlying
72
- [ ` StreamChannel ` ] [ stream_channel ] over which it communicates using the WebSocket
73
- protocol. It also provides the static [ ` signKey() ` ] [ signKey ] method to make it
74
- easier to implement the [ initial WebSocket handshake] [ ] . These are used in the
75
- [ ` shelf_web_socket ` ] [ shelf_web_socket ] package to support WebSockets in a
76
- cross-platform way.
77
-
78
- [ connect ] : https://pub.dev/documentation/web_socket_channel/latest/web_socket_channel/WebSocketChannel/WebSocketChannel.connect.html
79
- [ new ] : https://pub.dev/documentation/web_socket_channel/latest/web_socket_channel/WebSocketChannel/WebSocketChannel.html
80
- [ signKey ] : https://pub.dev/documentation/web_socket_channel/latest/web_socket_channel/WebSocketChannel/signKey.html
81
- [ initial WebSocket handshake ] : https://tools.ietf.org/html/rfc6455#section-4.2.2
82
- [ shelf_web_socket ] : https://pub.dev/packages/shelf_web_socket
71
+ platform.
72
+
73
+ [ connect ] : https://pub.dev/documentation/web_socket_channel/latest/web_socket_channel/WebSocketChannel/WebSocketChannel.connect.html
You can’t perform that action at this time.
0 commit comments