We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a4ee12 commit 9a2ef7eCopy full SHA for 9a2ef7e
src/Fetch/Core/Request.js
@@ -1,6 +1,6 @@
1
export function _unsafeNew(url, options) {
2
try {
3
- return new Request(url, options);
+ return new Request(url, { ...options, duplex: 'half' });
4
} catch (e) {
5
console.error(e);
6
throw e;
0 commit comments