Module blob

Source

Structsยง

Blob ๐Ÿ”’
https://w3c.github.io/FileAPI/#dfn-Blob

Constantsยง

_IMPL_DOMOBJECT_FOR_Blob ๐Ÿ”’

Functionsยง

blob_parts_to_bytes ๐Ÿ”’
Extract bytes from BlobParts, used by Blob and File constructor https://w3c.github.io/FileAPI/#constructorBlob
is_ascii_printable ๐Ÿ”’
normalize_type_string ๐Ÿ”’
Get the normalized, MIME-parsable type string https://w3c.github.io/FileAPI/#dfn-type XXX: We will relax the restriction here, since the spec has some problem over this part. see https://github.com/w3c/FileAPI/issues/43