The MediaRecorderErrorEvent interface represents errors returned
the MediaStream Recording API. It is an web.event.Event
object
encapsulates a reference to a web.dom.DOMException
describing
error that occurred.
The MediaRecorderErrorEvent interface represents errors returned the MediaStream Recording API. It is an `web.event.Event` object encapsulates a reference to a `web.dom.DOMException` describing error that occurred.
Constructor.
The MediaRecorderErrorEvent() constructor creates a new web.audio.MediaRecorderErrorEvent
object that represents an error that occurred during the recording of media by the MediaStream Recording API.
errorInfo An object describing the error object to be created. It must contain the error property at a minimum.
error
A web.dom.DOMException
that describes the error that occurred. This object's name
property should indicate the name of the error that occurred. The other fields may or may not be present.
Some user agents add to the error object other properties that provide information such as stack dumps, the name of the JavaScript file and the line number where the error occurred, and other debugging aids, but you should not rely on this information in a production environment.
See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorderErrorEvent/MediaRecorderErrorEvent
Constructor. The MediaRecorderErrorEvent() constructor creates a new `web.audio.MediaRecorderErrorEvent` object that represents an error that occurred during the recording of media by the MediaStream Recording API. errorInfo An object describing the error object to be created. It must contain the error property at a minimum. error A `web.dom.DOMException` that describes the error that occurred. This object's `name` property should indicate the name of the error that occurred. The other fields may or may not be present. Some user agents add to the error object other properties that provide information such as stack dumps, the name of the JavaScript file and the line number where the error occurred, and other debugging aids, but you should not rely on this information in a production environment. See also: `https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorderErrorEvent/MediaRecorderErrorEvent`
(error this)
Property.
The read-only error property in the web.audio.MediaRecorderErrorEvent
is a web.dom.DOMException
object providing details about the
that was thrown by a web.audio.MediaRecorder
instance.
error = MediaRecorderErrorEvent.error;
See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorderErrorEvent/error
Property. The read-only error property in the `web.audio.MediaRecorderErrorEvent` is a `web.dom.DOMException` object providing details about the that was thrown by a `web.audio.MediaRecorder` instance. `error = MediaRecorderErrorEvent.error;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorderErrorEvent/error`
(set-error! this val)
Property.
The read-only error property in the web.audio.MediaRecorderErrorEvent
is a web.dom.DOMException
object providing details about the
that was thrown by a web.audio.MediaRecorder
instance.
error = MediaRecorderErrorEvent.error;
See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorderErrorEvent/error
Property. The read-only error property in the `web.audio.MediaRecorderErrorEvent` is a `web.dom.DOMException` object providing details about the that was thrown by a `web.audio.MediaRecorder` instance. `error = MediaRecorderErrorEvent.error;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorderErrorEvent/error`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close