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 529f25a commit 69496a3Copy full SHA for 69496a3
src/request.js
@@ -19,7 +19,7 @@ export class Request {
19
20
get fetchOptions () {
21
return {
22
- method: this.method,
+ method: this.method.toUpperCase(),
23
headers: this.headers,
24
body: this.body,
25
signal: this.signal,
0 commit comments