Skip to content

Commit 8ae81a7

Browse files
committed
Replace the url to the RequestInit definition
1 parent d47cd27 commit 8ae81a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ The other strategy is `all`, where both `hello` and `world` **must** be present
182182

183183
### Request Config
184184

185-
You can provide a custom request configuration. Available field can be [found here](https://microsoft.github.io/PowerBI-JavaScript/interfaces/_node_modules_typedoc_node_modules_typescript_lib_lib_dom_d_.requestinit.html).
185+
You can provide a custom request configuration. Available field can be [found here](https://fetch.spec.whatwg.org/#requestinit).
186186

187187
for example, with custom headers.
188188

packages/instant-meilisearch/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ The other strategy is `all`, where both `hello` and `world` **must** be present
182182

183183
### Request Config
184184

185-
You can provide a custom request configuration. Available field can be [found here](https://microsoft.github.io/PowerBI-JavaScript/interfaces/_node_modules_typedoc_node_modules_typescript_lib_lib_dom_d_.requestinit.html).
185+
You can provide a custom request configuration. Available field can be [found here](https://fetch.spec.whatwg.org/#requestinit).
186186

187187
for example, with custom headers.
188188

0 commit comments

Comments
 (0)