Bug 245671
Summary: | Add duplex property to Request | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jake Archibald <jaffathecake> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | annevk, dancecile, saschanaz, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Jake Archibald
https://github.com/whatwg/fetch/pull/1493
This means `new Response(url, response)` behaves as expected (the duplex option is passed to the new response.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Anne van Kesteren
Comment 0 meant that `new Request(url, request)` behaves as expected (the duplex option is passed to the new request. Some nice copypasta there. 😊
Whenever we get around to this we should ensure to also sync WPT `fetch/` tests so https://github.com/web-platform-tests/wpt/pull/36048 isn't overlooked.
Radar WebKit Bug Importer
<rdar://problem/100715035>
Jake Archibald
Oh wow. I get Request & Response mixed up far too much.