Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DataUri

type DataUri = "base64" | "enc" | "unenc";

§Type

§
"base64" | "enc" | "unenc"
[src]