Update article.md
Adds missing comma on line 24
This commit is contained in:
parent
53b35c1683
commit
7267abd41b
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ let promise = fetch(url, {
|
||||||
// depending on the request body
|
// depending on the request body
|
||||||
"Content-Type": "text/plain;charset=UTF-8"
|
"Content-Type": "text/plain;charset=UTF-8"
|
||||||
},
|
},
|
||||||
body: undefined // string, FormData, Blob, BufferSource, or URLSearchParams
|
body: undefined, // string, FormData, Blob, BufferSource, or URLSearchParams
|
||||||
referrer: "about:client", // or "" to send no Referer header,
|
referrer: "about:client", // or "" to send no Referer header,
|
||||||
// or an url from the current origin
|
// or an url from the current origin
|
||||||
referrerPolicy: "no-referrer-when-downgrade", // no-referrer, origin, same-origin...
|
referrerPolicy: "no-referrer-when-downgrade", // no-referrer, origin, same-origin...
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue