W3cubDocs

/DOM Events

complete

The complete event is fired when the rendering of an OfflineAudioContext is terminated.

General info

Specification
Web Audio API
The definition of 'OfflineAudioCompletionEvent' in that specification.
Interface
OfflineAudioCompletionEvent
Bubbles
?
Cancelable
?
Target
OfflineAudioContext
Default Action
None

Properties

Property Type Description
target Read only EventTarget The event target (the topmost target in the DOM tree).
type Read only DOMString The type of event.
bubbles Read only boolean Does the event normally bubble?
cancelable Read only boolean Is it possible to cancel the event?
renderedBuffer Read only AudioBuffer The buffer containing the result of the processing of an OfflineAudioContext

None.

Specifications

Specification Status Comment
Web Audio API
The definition of 'OfflineAudioCompletionEvent' in that specification.
Working Draft

Browser compatibility

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari (WebKit)
Basic support (Yes)webkit Nightly build Not supported Not supported ?
Feature Android Firefox Mobile (Gecko) IE Phone Opera Mobile Safari Mobile
Basic support ? Nightly build Not supported Not supported ?

See also

© 2005–2017 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/Events/complete