summaryrefslogtreecommitdiff
path: root/ext/fetch/lib.deno_fetch.d.ts
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2022-08-23 10:57:01 +1000
committerGitHub <noreply@github.com>2022-08-23 10:57:01 +1000
commitd0c54777311d2cc30b824f397b7541dca80875fa (patch)
treea11ca0b7d63f7c06fef9e59500d6a8f2877a349d /ext/fetch/lib.deno_fetch.d.ts
parentcf80b0a202f18a84fe2d8d5f0f8aa1506d98804f (diff)
docs: add permission tags to JSDocs (#15541)
Co-authored-by: Leo Kettmeir <crowlkats@toaxl.com>
Diffstat (limited to 'ext/fetch/lib.deno_fetch.d.ts')
-rw-r--r--ext/fetch/lib.deno_fetch.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/fetch/lib.deno_fetch.d.ts b/ext/fetch/lib.deno_fetch.d.ts
index b4db4385d..429a6d1b0 100644
--- a/ext/fetch/lib.deno_fetch.d.ts
+++ b/ext/fetch/lib.deno_fetch.d.ts
@@ -464,6 +464,7 @@ declare class Response implements Body {
* const jsonData = await response.json();
* ```
*
+ * @tags allow-net, allow-read
* @category Fetch API
*/
declare function fetch(