We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eef0e5 commit 158faeeCopy full SHA for 158faee
src/targets/node/fetch/client.ts
@@ -9,7 +9,7 @@ export const fetch: Client = {
9
info: {
10
key: 'fetch',
11
title: 'fetch',
12
- link: 'https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch',
+ link: 'https://nodejs.org/docs/latest/api/globals.html#fetch',
13
description: 'Perform asynchronous HTTP requests with the Fetch API',
14
extname: '.js',
15
},
0 commit comments