From 7760a811976338a27dc93c100125489afbf0271d Mon Sep 17 00:00:00 2001 From: Mohammad Javad Khademian Date: Sun, 21 Apr 2024 09:43:25 +0330 Subject: [PATCH] Add link to `Request` web API (#577) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index ebad54a1..b31fbcc3 100644 --- a/readme.md +++ b/readme.md @@ -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