diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2022-08-23 10:57:01 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-23 10:57:01 +1000 |
commit | d0c54777311d2cc30b824f397b7541dca80875fa (patch) | |
tree | a11ca0b7d63f7c06fef9e59500d6a8f2877a349d /ext/fetch/lib.deno_fetch.d.ts | |
parent | cf80b0a202f18a84fe2d8d5f0f8aa1506d98804f (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.ts | 1 |
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( |