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 1c5ed6b commit 4f43c9eCopy full SHA for 4f43c9e
1 file changed
src/request.js
@@ -65,7 +65,7 @@ export default class Request extends Body {
65
method = method.toUpperCase();
66
}
67
68
- if ('data' in init) {
+ if (!isRequest(init) && 'data' in init) {
69
doBadDataWarn();
70
71
0 commit comments