Package-level declarations
Types
Link copied to clipboard
open class Blob(blobParts: ReadonlyArray<BlobPart> = definedExternally, options: BlobPropertyBag = definedExternally) : ImageBitmapSource
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.
Link copied to clipboard
interface BlobPropertyBag
Link copied to clipboard