deno / latest / ~ / blobpropertybag.html

BlobPropertyBag

interface BlobPropertyBag {
    
endings?: "transparent" | "native";
type?: string;
}

Properties

endings?: "transparent" | "native"
type?: string

© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/BlobPropertyBag