 Chromium Code Reviews
 Chromium Code Reviews Issue 1763583003:
  Deprecate WebSocketChannel.  (Closed) 
  Base URL: git@github.com:dart-lang/http_parser@master
    
  
    Issue 1763583003:
  Deprecate WebSocketChannel.  (Closed) 
  Base URL: git@github.com:dart-lang/http_parser@master| Index: lib/src/web_socket.dart | 
| diff --git a/lib/src/web_socket.dart b/lib/src/web_socket.dart | 
| index edc0a185be4d882524b7c51f0c2d5cf876577f8c..dee3edfe6e1e995108b69b8b527a38db3faa8f01 100644 | 
| --- a/lib/src/web_socket.dart | 
| +++ b/lib/src/web_socket.dart | 
| @@ -3,5 +3,5 @@ | 
| // BSD-style license that can be found in the LICENSE file. | 
| export 'web_socket/channel.dart'; | 
| -export 'web_socket/deprecated.dart'; | 
| +export 'web_socket/compatible.dart'; | 
| export 'web_socket/exception.dart'; |