A Blob
object represents a file-like object of immutable, raw data. Blobs represent data that isn't necessarily in a JavaScript-native format. The File
interface is based on Blob
, inheriting blob functionality and expanding it to support files on the user's system.
Documentation Blob by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
Constructor
new(?blobParts:Array<EitherType<ArrayBuffer, EitherType<ArrayBufferView, EitherType<Blob, String>>>>, ?options:Null<BlobPropertyBag>)
Throws:
null | DOMError |
---|