Firefox Tomorrow

web api interface

OfflineAudioCompletionEvent

View on MDN ↗

The Web Audio API OfflineAudioCompletionEvent interface represents events that occur when the processing of an OfflineAudioContext is terminated. The complete event uses this interface.

[!NOTE] This interface is marked as deprecated; it is still supported for legacy reasons, but it will soon be superseded when the promise version of startRendering is supported in browsers, which will no longer need it.

Constructor

Instance properties

Also inherits properties from its parent, Event.

Instance methods

Inherits methods from its parent, Event.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also