Skip to content

Commit

Permalink
Fix issue 22955: clarify description of destination property
Browse files Browse the repository at this point in the history
  • Loading branch information
wbamberg committed Sep 16, 2023
1 parent b906098 commit 0eaad5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/request/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ You can create a new `Request` object using the {{domxref("Request.Request","Req
- {{domxref("Request.credentials")}} {{ReadOnlyInline}}
- : Contains the credentials of the request (e.g., `omit`, `same-origin`, `include`). The default is `same-origin`.
- {{domxref("Request.destination")}} {{ReadOnlyInline}}
- : Returns a string describing the request's destination. This is a string indicating the type of content being requested.
- : A string describing the type of content being requested.
- {{domxref("Request.headers")}} {{ReadOnlyInline}}
- : Contains the associated {{domxref("Headers")}} object of the request.
- {{domxref("Request.integrity")}} {{ReadOnlyInline}}
Expand Down

0 comments on commit 0eaad5a

Please sign in to comment.