Blob constructing
Construct Blobs (binary large objects) either using the BlobBuilder API (deprecated) or the Blob constructor.
Blob URLs
Method of creating URL handles to the specified File or Blob object.
FileReader API
Method of reading the contents of a File or Blob object into memory
View Transitions API (single-document)
Provides a mechanism for easily creating animated transitions between different DOM states, while also updating the DOM contents in a single step. This API is specific to single-document transitions, support for same-origin cross-document transitions is [being planned](https://github.com/WICG/view-transitions/blob/main/cross-doc-explainer.md).
blobevent api
blobevent api: `blobevent()` constructor
blobevent api: data
blobevent api: timecode
blob api: `arraybuffer()`
blob api: `blob()` constructor
blob api: bytes
blob api: size
blob api: `slice()`
blob api: `stream()`
blob api: `text()`
blob api: type
credentialscontainer api: create: `publickey` option: `create()` extensions: `largeblob` extension
credentialscontainer api: get: `publickey` option: `get()` extensions: `largeblob` extension
fetch api: support for blob: and data:
fontdata api: blob
htmlcanvaselement api: toblob
htmlcanvaselement api: toblob: `quality` parameter
htmlcanvaselement api: toblob: `type` parameter supports `"image/jpeg"`
htmlcanvaselement api: toblob: `type` parameter supports `"image/png"`
htmlcanvaselement api: toblob: `type` parameter supports `"image/webp"`
offscreencanvas api: converttoblob
offscreencanvas api: converttoblob: `option.type` parameter supports `"image/webp"`
pushmessagedata api: blob
request api: blob
response api: blob
rtcdatachannel api: binarytype: `blob` value
xmlhttprequest api: responsetype: blob_value
xmlhttprequest api: send: blob as parameter to send()
33 results found.