[wpt-sync] Sync PR 18335 - Implement WebSocketStream
Categories
(Core :: Networking: WebSockets, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox70 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream][necko-triaged])
Sync web-platform-tests PR 18335 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/18335
Details from upstream follow.
Adam Rice <ricea@chromium.org> wrote:
Implement WebSocketStream
WebSocketStream is a new API for the WebSocket protocol that uses
streams to support backpressure.See the explainer for more justification:
https://github.com/ricea/websocketstream-explainer/blob/master/README.mdThis CL implements WebSocketStream behind the
experimental-web-platform-features flag.See the design doc at https://docs.google.com/document/d/1XuxEshh5VYBYm1qRVKordTamCOsR-uGQBCYFcHXP4L0/edit#heading=h.7nki9mck5t64
Bug: 983030
Change-Id: I3002fd52ab151acb579e96a24985988e3fd35053
Reviewed-on: https://chromium-review.googlesource.com/1735156
WPT-Export-Revision: 0f1e335f0dc9aa657a6656dc02228dadf8319ec2
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 1•6 years ago
|
||
Updated•6 years ago
|
| Assignee | ||
Comment 2•6 years ago
|
||
| Assignee | ||
Comment 3•6 years ago
|
||
| Assignee | ||
Comment 4•6 years ago
|
||
| Assignee | ||
Comment 5•6 years ago
|
||
| Assignee | ||
Comment 6•6 years ago
|
||
| Assignee | ||
Comment 7•6 years ago
|
||
| Assignee | ||
Comment 8•6 years ago
|
||
Comment 10•6 years ago
|
||
Comment 11•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/d9336d1a7866
https://hg.mozilla.org/mozilla-central/rev/09a8e080935e
Description
•