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 9a2ef7e commit 7d0a414Copy full SHA for 7d0a414
src/Fetch/Core/Request.js
@@ -1,6 +1,6 @@
1
export function _unsafeNew(url, options) {
2
try {
3
- return new Request(url, { ...options, duplex: 'half' });
+ return new Request(url, options);
4
} catch (e) {
5
console.error(e);
6
throw e;
0 commit comments