1. Blob constructing

    Construct Blobs (binary large objects) either using the BlobBuilder API (deprecated) or the Blob constructor.

  2. Blob URLs

    Method of creating URL handles to the specified File or Blob object.

  3. FileReader API

    Method of reading the contents of a File or Blob object into memory

  4. 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).

  5. blobevent api

  6. blobevent api: `blobevent()` constructor

  7. blobevent api: data

  8. blobevent api: timecode

  9. blob api: `arraybuffer()`

  10. blob api: `blob()` constructor

  11. blob api: bytes

  12. blob api: size

  13. blob api: `slice()`

  14. blob api: `stream()`

  15. blob api: `text()`

  16. blob api: type

  17. credentialscontainer api: create: `publickey` option: `create()` extensions: `largeblob` extension

  18. credentialscontainer api: get: `publickey` option: `get()` extensions: `largeblob` extension

  19. fetch api: support for blob: and data:

  20. fontdata api: blob

  21. htmlcanvaselement api: toblob

  22. htmlcanvaselement api: toblob: `quality` parameter

  23. htmlcanvaselement api: toblob: `type` parameter supports `"image/jpeg"`

  24. htmlcanvaselement api: toblob: `type` parameter supports `"image/png"`

  25. htmlcanvaselement api: toblob: `type` parameter supports `"image/webp"`

  26. offscreencanvas api: converttoblob

  27. offscreencanvas api: converttoblob: `option.type` parameter supports `"image/webp"`

  28. pushmessagedata api: blob

  29. request api: blob

  30. response api: blob

  31. rtcdatachannel api: binarytype: `blob` value

  32. xmlhttprequest api: responsetype: blob_value

  33. xmlhttprequest api: send: blob as parameter to send()