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 a2293f3 commit 91abab9Copy full SHA for 91abab9
contributors.yml
@@ -21,6 +21,7 @@
21
- christopherchudzicki
22
- coryhouse
23
- cvbuelow
24
+- dauletbaev
25
- david-crespo
26
- dokeet
27
- edwin177
docs/fetch/json.md
@@ -10,7 +10,7 @@ A shortcut for:
10
```jsx
11
new Response(JSON.stringify(someValue), {
12
headers: {
13
- "Content-Type": "application/json; utf-9",
+ "Content-Type": "application/json; utf-8",
14
},
15
});
16
```
0 commit comments