Skip to content

Commit

Permalink
add link to Request Web API
Browse files Browse the repository at this point in the history
  • Loading branch information
mjkhonline committed Apr 20, 2024
1 parent 2d56baf commit e454a80
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 e454a80

Please sign in to comment.