summaryrefslogtreecommitdiff
path: root/js/fetch.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/fetch.ts')
-rw-r--r--js/fetch.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/fetch.ts b/js/fetch.ts
index d3286a368..e8f563e66 100644
--- a/js/fetch.ts
+++ b/js/fetch.ts
@@ -178,6 +178,7 @@ class FetchResponse implements domTypes.Response {
}
}
+/** Fetch a resource from the network. */
export async function fetch(
input?: domTypes.Request | string,
init?: domTypes.RequestInit