Web/API/BlobEvent/BlobEvent

From Get docs

This is an experimental technologyCheck the Browser compatibility table carefully before using this in production.


The BlobEvent() constructor returns a newly created BlobEvent object with an associated Blob.

Syntax

blobEvent = new BlobEvent({data: aSpecificBlob}[, timecode]);

Arguments

The BlobEvent() constructor also inherits arguments from Event().

data
Is a Blob associated with the event.
timecode Optional
A DOMHighResTimeStamp to be used in initializing the blob event.

Specifications

Specification Status Comment
MediaStream RecordingThe definition of 'BlobEvent: BlobEvent' in that specification. Working Draft Initial definition.

Browser compatibility

Update compatibility data on GitHub

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari Android webview Chrome for Android Firefox for Android Opera for Android Safari on iOS Samsung Internet

BlobEvent() constructor

Experimental'

Chrome

Full support 49

Edge

Full support ≤79

Firefox

Full support 22

IE

No support No

Opera

Full support 36

Safari

No support No

WebView Android

Full support 49

Chrome Android

Full support 49

Firefox Android

Full support 22

Opera Android

Full support 36

Safari iOS

No support No

Samsung Internet Android

Full support 5.0

Legend

Full support  
Full support
No support  
No support
Experimental. Expect behavior to change in the future.'
Experimental. Expect behavior to change in the future.


See also