[wpt-sync] Sync PR 16240 - service worker: Support DataPipeGetters in navigation request body.
Categories
(Core :: DOM: Service Workers, defect, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox69 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 16240 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/16240
Details from upstream follow.
Matt Falkenhagen <falken@chromium.org> wrote:
service worker: Support DataPipeGetters in navigation request body.
This removes a DCHECK that there are no DataPipeGetters in the body. It
was originally added because I thought it wasn't possible and didn't
want to manually clone the body to handle that case. But it is possible,
and it's no longer necessary to manually clone after r543639
<https://chromium-review.googlesource.com/c/chromium/src/+/963085/>
anyway.This adds a test that would fail before this CL.
Bug: 944145
Change-Id: Ia7ceba438e741150508cac5fa3d6c56c08137642
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548883
Reviewed-by: Kenichi Ishibashi \<bashi@chromium.org>
Commit-Queue: Matt Falkenhagen \<falken@chromium.org>
Cr-Commit-Position: refs/heads/master@{#647528}
| Assignee | ||
Updated•7 years ago
|
| Assignee | ||
Updated•7 years ago
|
| Assignee | ||
Updated•7 years ago
|
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
Comment 4•6 years ago
|
||
| bugherder | ||
Description
•