BlobEvent: data property
Baseline
Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2020.
The data
read-only property of the BlobEvent
interface represents a Blob
associated with the event.
Value
A Blob
object.
Specifications
Specification |
---|
MediaStream Recording> # dom-blobevent-data> |
Browser compatibility
Loading…
See also
- The
BlobEvent
interface it belongs to.