BlobEvent.data
Experimental
This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The BlobEvent.data
read-only property represents a
Blob
associated with the event.
Syntax
associatedBlob = BlobEvent.data
Specifications
Specification | Status | Comment |
---|---|---|
MediaStream Recording The definition of 'BlobEvent.data' in that specification. |
Working Draft | Initial definition. |
Browser compatibility
BCD tables only load in the browser
See also
- The
BlobEvent
interface it belongs to.