Liking cljdoc? Tell your friends :D

web.BlobEvent

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

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

constructorcljs

Constructor.

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

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

Constructor.

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

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

datacljs

(data this)

Property.

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

associatedBlob = BlobEvent.data

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

Property.

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

`associatedBlob = BlobEvent.data`

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

set-data!cljs

(set-data! this val)

Property.

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

associatedBlob = BlobEvent.data

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

Property.

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

`associatedBlob = BlobEvent.data`

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

set-timecode!cljs

(set-timecode! this val)

Property.

The timecode readonlyinline property of the web.BlobEvent interface dom.DOMHighResTimeStamp indicating the difference between the of the first chunk in data, and the timestamp of the first chunk 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.

The timecode readonlyinline property of the `web.BlobEvent` interface
`dom.DOMHighResTimeStamp` indicating the difference between the
of the first chunk in data, and the timestamp of the first chunk
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

timecodecljs

(timecode this)

Property.

The timecode readonlyinline property of the web.BlobEvent interface dom.DOMHighResTimeStamp indicating the difference between the of the first chunk in data, and the timestamp of the first chunk 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.

The timecode readonlyinline property of the `web.BlobEvent` interface
`dom.DOMHighResTimeStamp` indicating the difference between the
of the first chunk in data, and the timestamp of the first chunk
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