Repository
Current version released
5 years ago
Dependencies
deno.land/x
fetchS
fetch something with types
Simplified fetch API
import { fetchS } from "https://deno.land/x/fetchs/mod.ts"
await fetchS("https://github.com", { bodyMethod: "text" })Fetch polyfill for deno to fetch files, as well
import { fetchSPolyfill } from "https://deno.land/x/fetchs/mod.ts"
await fetchSPolyfill(import.meta.url, { bodyMethod: "blob" })