Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Conversation

@kevmoo
Copy link
Contributor

@kevmoo kevmoo commented Oct 20, 2017

No description provided.

@kevmoo kevmoo requested a review from nex3 October 20, 2017 18:19
/// 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.
Copy link
Contributor

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?

Copy link
Contributor

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";
Copy link
Contributor

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.

@nex3
Copy link
Contributor

nex3 commented Feb 14, 2018

@kevmoo Are you planning on iterating on this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Development

Successfully merging this pull request may close these issues.

4 participants