Closed
Bug 1812315
Opened 2 years ago
Closed 2 years ago
Replace internal algorithm uses in WebTransport/File System
Categories
(Core :: DOM: Streams, task)
Core
DOM: Streams
Tracking
()
RESOLVED
FIXED
111 Branch
Tracking | Status | |
---|---|---|
firefox111 | --- | fixed |
People
(Reporter: saschanaz, Assigned: saschanaz)
References
Details
Attachments
(2 files)
It used some internal functions as there are no implementations for spec-public functions. We need to implement some.
Comment 1•2 years ago
|
||
Q: Would this also include getting 'public' versions of these APIs added to the spec?
Assignee | ||
Comment 2•2 years ago
|
||
I think those public versions are already in the spec. We just didn't have them yet.
Assignee | ||
Updated•2 years ago
|
Summary: Replace internal algorithm uses in WebTransport → Replace internal algorithm uses in WebTransport/File System
Comment 3•2 years ago
|
||
Ok, Awesome, just making sure :)
Assignee | ||
Comment 4•2 years ago
|
||
Assignee | ||
Comment 5•2 years ago
|
||
Depends on D167824
Pushed by krosylight@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6c79d6c8a0dd
Part 1: Implement WritableStream::SetUpNative for File System r=smaug
https://hg.mozilla.org/integration/autoland/rev/48112bd8f3c8
Part 2: Implement ReadableStream::CreateNative and WritableStream::ErrorNative for WebTransport r=evilpie
Comment 7•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/6c79d6c8a0dd
https://hg.mozilla.org/mozilla-central/rev/48112bd8f3c8
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox111:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 111 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•