-
Notifications
You must be signed in to change notification settings - Fork 331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Define how WebSocket "fetching" works #235
Comments
Reopen https://www.w3.org/Bugs/Public/show_bug.cgi?id=28841 if this does not work out. |
annevk
added a commit
that referenced
this issue
Mar 7, 2016
annevk
added a commit
that referenced
this issue
Mar 9, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A lot of the things specified in Fetch apply to WebSocket too, but since there's no easy way to update the protocol specification a lot of the details are scrambled in various drafts.
To clear this up we should specify all the monkey patching here, in a single place, and then point to HTML Standard here. Fetch then serves as its entry point to the WebSocket protocol and everything shared between Fetch and WebSocket should become a little clearer.
Bits elsewhere that need to be put here:
Perhaps even the entire bootstrapping WebSocket fetch could just be done in terms of Fetch. That would be ideal.
The text was updated successfully, but these errors were encountered: