Skip to content

Commit

Permalink
Update files/en-us/web/api/requestinit/index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wbamberg authored Jun 26, 2024
1 parent b592bef commit d827d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/requestinit/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ You can also construct a `Request` with a `RequestInit`, and pass the `Request`

- `omit`
- : Never send credentials in the request or include credentials in the response.
- `same-origin`:
- `same-origin`
- : Only send and include credentials for same-origin requests.
- `include`
- : Always include credentials, even for cross-origin requests.
Expand Down

0 comments on commit d827d47

Please sign in to comment.