Liking cljdoc? Tell your friends :D
ClojureScript only.

web.video.BlobEvent

The BlobEvent interface represents events associated with a web.files.Blob. blobs are typically, but not necessarily, associated with media

The BlobEvent interface represents events associated with a `web.files.Blob`.
blobs are typically, but not necessarily, associated with media
raw docstring

constructorcljs

(constructor & args)

Constructor.

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

See also: https://developer.mozilla.org/en-US/docs/Web/API/BlobEvent/BlobEvent

Constructor.

The BlobEvent() constructor returns a newly created `web.video.BlobEvent` object with an associated `web.files.Blob`.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/BlobEvent/BlobEvent`
sourceraw docstring

datacljs

(data this)

Property.

[Read Only] [Experimental]

The BlobEvent.data read-only property represents a web.files.Blob with the event.

associatedBlob = BlobEvent.data

See also: https://developer.mozilla.org/en-US/docs/Web/API/BlobEvent/data

Property.

[Read Only]
[Experimental]

The BlobEvent.data read-only property represents a `web.files.Blob`
with the event.

`associatedBlob = BlobEvent.data`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/BlobEvent/data`
sourceraw docstring

timecodecljs

(timecode this)

Property.

[Read Only] [Experimental]

The timecode readonlyinline property of the web.video.BlobEvent a web.dom.DOMHighResTimeStamp indicating the difference between timestamp of the first chunk in data, and the timestamp of the chunk in the first BlobEvent produced by this recorder.

var timecode = BlobEvent.timecode

See also: https://developer.mozilla.org/en-US/docs/Web/API/BlobEvent/timecode

Property.

[Read Only]
[Experimental]

The timecode readonlyinline property of the `web.video.BlobEvent`
a `web.dom.DOMHighResTimeStamp` indicating the difference between
timestamp of the first chunk in data, and the timestamp of the
chunk in the first BlobEvent produced by this recorder.

`var timecode = BlobEvent.timecode`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/BlobEvent/timecode`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close