Fixed typo
Fixed 'referrer' typo
This commit is contained in:
parent
45ba0d173c
commit
72892df72c
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ Usually that header is set automatically and contains the url of the page that m
|
||||||
|
|
||||||
**The `referrer` option allows to set any `Referer` (within the current origin) or remove it.**
|
**The `referrer` option allows to set any `Referer` (within the current origin) or remove it.**
|
||||||
|
|
||||||
To send no referer, set an empty string:
|
To send no referrer, set an empty string:
|
||||||
```js
|
```js
|
||||||
fetch('/page', {
|
fetch('/page', {
|
||||||
*!*
|
*!*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue