NEW 245671
Add duplex property to Request
https://bugs.webkit.org/show_bug.cgi?id=245671
Summary Add duplex property to Request
Jake Archibald
Reported 2022-09-26 06:52:23 PDT
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
Anne van Kesteren
Comment 1 2022-09-26 08:03:05 PDT
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
Comment 2 2022-10-03 06:53:16 PDT
Jake Archibald
Comment 3 2022-10-03 07:49:55 PDT
Oh wow. I get Request & Response mixed up far too much.
Note You need to log in before you can comment on or make changes to this bug.