Skip to content

Commit

Permalink
Add link to Request web API (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjkhonline committed Apr 21, 2024
1 parent 2d56baf commit 7760a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -149,7 +149,7 @@ Returns a [`Response` object](https://developer.mozilla.org/en-US/docs/Web/API/R

Sets `options.method` to the method name and makes a request.

When using a `Request` instance as `input`, any URL altering options (such as `prefixUrl`) will be ignored.
When using a [`Request`](https://developer.mozilla.org/en-US/docs/Web/API/Request) instance as `input`, any URL altering options (such as `prefixUrl`) will be ignored.

#### options

Expand Down

0 comments on commit 7760a81

Please sign in to comment.