-
Notifications
You must be signed in to change notification settings - Fork 109
Unused fields and dartdoc references #10
Conversation
| /// use the WebSocket protocol over a pre-existing channel. | ||
| /// This is implemented by classes that use `dart:io` and `dart:html`. The | ||
| /// [new WebSocketChannel] constructor can also be used on any platform to | ||
| /// connect to use the WebSocket protocol over a pre-existing channel. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does dartdoc not work with multi-line references? Is there a bug for that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just checked the generated docs, and it looks like this link is working fine, so this change isn't necessary.
| const String _clientNoContextTakeover = "client_no_context_takeover"; | ||
| const String _serverNoContextTakeover = "server_no_context_takeover"; | ||
| const String _clientMaxWindowBits = "client_max_window_bits"; | ||
| const String _serverMaxWindowBits = "server_max_window_bits"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is copied from the SDK. I don't want to modify it any more than absolutely necessary to get it to work here, because every modification makes merging in new versions harder.
|
@kevmoo Are you planning on iterating on this? |
No description provided.