We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53b35c1 commit 7267abdCopy full SHA for 7267abd
5-network/06-fetch-api/article.md
@@ -21,7 +21,7 @@ let promise = fetch(url, {
21
// depending on the request body
22
"Content-Type": "text/plain;charset=UTF-8"
23
},
24
- body: undefined // string, FormData, Blob, BufferSource, or URLSearchParams
+ body: undefined, // string, FormData, Blob, BufferSource, or URLSearchParams
25
referrer: "about:client", // or "" to send no Referer header,
26
// or an url from the current origin
27
referrerPolicy: "no-referrer-when-downgrade", // no-referrer, origin, same-origin...
0 commit comments