Add enough Byte stream implementation to support Fetch/Blob integration.
Categories
(Core :: DOM: Streams, task, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox97 | --- | fixed |
People
(Reporter: mgaudet, Assigned: mgaudet)
References
Details
Attachments
(10 files, 1 obsolete file)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review |
In order to successfully implement Fetch/Blob integration, there's a subset of the ByteStreams implementation that will need to be done.
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee | ||
Comment 2•3 years ago
|
||
Depends on D131539
Assignee | ||
Comment 3•3 years ago
|
||
Depends on D131540
Assignee | ||
Comment 4•3 years ago
|
||
Depends on D131541
Assignee | ||
Comment 5•3 years ago
|
||
Depends on D131542
Assignee | ||
Comment 6•3 years ago
|
||
Depends on D131543
Assignee | ||
Comment 7•3 years ago
|
||
Notably, this doesn't yet provide any mechanism for users to create user defined BYOB Readers
Depends on D131544
Assignee | ||
Comment 8•3 years ago
|
||
Depends on D131546
Assignee | ||
Comment 9•3 years ago
|
||
Depends on D131547
Assignee | ||
Comment 10•3 years ago
|
||
Depends on D131548
Assignee | ||
Comment 11•3 years ago
|
||
This should have been done in Bug 1736461 but got missed.
Depends on D131540
Updated•3 years ago
|
Comment 12•3 years ago
|
||
Comment 13•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/7b96a3169979
https://hg.mozilla.org/mozilla-central/rev/c9044a2d0a5c
https://hg.mozilla.org/mozilla-central/rev/44bcb2c6c171
https://hg.mozilla.org/mozilla-central/rev/6c02049819f2
https://hg.mozilla.org/mozilla-central/rev/60e804239a92
https://hg.mozilla.org/mozilla-central/rev/d1537a50e714
https://hg.mozilla.org/mozilla-central/rev/bdd9dfece0e1
https://hg.mozilla.org/mozilla-central/rev/271716add3a6
https://hg.mozilla.org/mozilla-central/rev/9acf89d693ea
https://hg.mozilla.org/mozilla-central/rev/39c1b3c72cfd
Description
•