BlobEvent

The BlobEvent interface of the MediaStream Recording API represents events associated with a Blob. These blobs are typically, but not necessarily, associated with media content.

Event BlobEvent

Constructor

BlobEvent()

Creates a BlobEvent event with the given parameters.

Instance properties

Inherits properties from its parent Event.

BlobEvent.data Read only

A Blob representing the data associated with the event. The event was fired on the EventTarget because of something happening on that specific Blob.

BlobEvent.timecode Read only

A DOMHighResTimeStamp indicating the difference between the timestamp of the first chunk in data and the timestamp of the first chunk in the first BlobEvent produced by this recorder. Note that the timecode in the first produced BlobEvent does not need to be zero.

Instance methods

No specific method; inherits methods from its parent Event.

Specifications

Specification
MediaStream Recording
# blobevent-section

Browser compatibility

Report problems with this compatibility data on GitHub
desktopmobile
Chrome
Edge
Firefox
Opera
Safari
Chrome Android
Firefox for Android
Opera Android
Safari on iOS
Samsung Internet
WebView Android
WebView on iOS
BlobEvent
BlobEvent() constructor
data
timecode

Legend

Tip: you can click/tap on a cell for more information.

Full support
Full support
No support
No support
See implementation notes.

See also