Fetch
Wrappers around the fetch function.
f
fetch_html
Fetch an HTML file via [[fetch_resource]] and parse the result into a DOM instance.
f
fetch_json
Fetch an JSON file via [[fetch_resource]] and parse the result into an object.
f
fetch_resource
Fetch a resource.
f
fetch_type
Fetch the media type of the resource.
Usage
import * as mod from "lib/fetch.ts";