diff options
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( |