minor
This commit is contained in:
parent
b2bbd1c781
commit
69acca8637
8 changed files with 63 additions and 60 deletions
|
@ -459,7 +459,7 @@ function upload(file) {
|
|||
|
||||
## Cross-origin requests
|
||||
|
||||
`XMLHttpRequest` can make cross-domain requests, using the same CORS policy as [fetch](info:fetch-crossorigin).
|
||||
`XMLHttpRequest` can make cross-origin requests, using the same CORS policy as [fetch](info:fetch-crossorigin).
|
||||
|
||||
Just like `fetch`, it doesn't send cookies and HTTP-authorization to another origin by default. To enable them, set `xhr.withCredentials` to `true`:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue