The complete
event is fired when the rendering of an OfflineAudioContext
is terminated.
OfflineAudioCompletionEvent
OfflineAudioContext
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
|
| The buffer containing the result of the processing of an OfflineAudioContext
|
None.
Specification | Status | Comment |
---|---|---|
Web Audio API The definition of 'OfflineAudioCompletionEvent' in that specification. | Working Draft |
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 | ? |
© 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