Closed
Bug 1736461
Opened 3 years ago
Closed 3 years ago
Update our ReadableStream.tee implementation (specification update)
Categories
(Core :: DOM: Streams, task)
Core
DOM: Streams
Tracking
()
RESOLVED
FIXED
96 Branch
Tracking | Status | |
---|---|---|
firefox96 | --- | fixed |
People
(Reporter: mgaudet, Assigned: mgaudet)
References
(Blocks 1 open bug)
Details
Attachments
(4 files)
https://github.com/whatwg/streams/pull/1172
(Given this spec text came after our implementation, I suspect we need to make changes)
Updated•3 years ago
|
Type: defect → task
Assignee | ||
Updated•3 years ago
|
Summary: Verify our implementation against a ReadableStream.tee specification update → Update our ReadableStream.tee implementation (specification update)
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → mgaudet
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•3 years ago
|
||
Depends on D129318
Assignee | ||
Comment 3•3 years ago
|
||
This is a minimal split to support updating ReadableStream.tee; we will soon
need to hold a reference to the pull algorithm in TeeState.
Depends on D129319
Assignee | ||
Comment 4•3 years ago
|
||
Specification Change: https://github.com/whatwg/streams/commit/ea03a24d
Depends on D129320
Updated•3 years ago
|
Attachment #9247357 -
Attachment description: Bug 1736461 - Add StreamUtils to share functionality r?smaug → Bug 1736461 - Add Promise::CreateResolvedWithUndefined to handle common patterm in Streams r?smaug
Pushed by mgaudet@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f08d5e15a2b6
ReadableStreamDefaultReader was using incorrect cycle collection macro r=smaug
https://hg.mozilla.org/integration/autoland/rev/4b99ef53bf6f
Add Promise::CreateResolvedWithUndefined to handle common patterm in Streams r=smaug
https://hg.mozilla.org/integration/autoland/rev/ca70c8537a3a
Hoist some of ReadableStream.Tee implementation into its own file r=smaug
https://hg.mozilla.org/integration/autoland/rev/b27771e5972b
Update ReadableStream.tee implementation to match specification. r=smaug
Comment 6•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f08d5e15a2b6
https://hg.mozilla.org/mozilla-central/rev/4b99ef53bf6f
https://hg.mozilla.org/mozilla-central/rev/ca70c8537a3a
https://hg.mozilla.org/mozilla-central/rev/b27771e5972b
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox96:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 96 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•