[wpt-sync] Sync PR 55123 - Implement `fetchLater`
Categories
(Core :: DOM: Networking, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox146 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Attachments
(1 file)
|
131.42 KB,
text/plain
|
Details |
Sync web-platform-tests PR 55123 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/55123
Details from upstream follow.
Tim van der Lippe <tvanderlippe@gmail.com> wrote:
Implement
fetchLaterAllows fetches to be deferred, only in a secure context. It does not yet implement quota computation, since we don't have a concept of document quota yet.
Also update the
fetch/api/idlharnesstest to run in a secure context, since this API is only available there.Positive Mozilla position: https://github.com/mozilla/standards-positions/issues/703
Positive WebKit position: https://github.com/WebKit/standards-positions/issues/85Closes whatwg/fetch#1858
Reviewed in servo/servo#39547
| Assignee | ||
Updated•4 months ago
|
| Assignee | ||
Comment 1•4 months ago
|
||
| Assignee | ||
Comment 2•4 months ago
|
||
| Assignee | ||
Comment 3•4 months ago
|
||
| Assignee | ||
Comment 4•4 months ago
|
||
| Assignee | ||
Comment 5•4 months ago
|
||
https://hg.mozilla.org/mozilla-central/rev/02278dee3c21
https://hg.mozilla.org/mozilla-central/rev/46b0405f85df
Description
•