Update article.md

Adds missing comma on line 24
This commit is contained in:
Andry 2022-08-28 12:52:32 +03:00 committed by GitHub
parent 53b35c1683
commit 7267abd41b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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...