Cette page a été traduite à partir de l'anglais par la communauté. Vous pouvez contribuer en rejoignant la communauté francophone sur MDN Web Docs.

View in English Always switch to English

complete

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since ⁨avril 2021⁩.

L'événement complete est déclenché lorsque le rendu d'un OfflineAudioContext est terminé.

Informations générales

Interface
OfflineAudioCompletionEvent
Propagation

?

Annulable

?

Cible
OfflineAudioContext
Action par défaut

Aucune

Propriétés

Property Type Description
target Lecture seule EventTarget The event target (the topmost target in the DOM tree).
type Lecture seule DOMString The type of event.
bubbles Lecture seule Boolean Whether the event normally bubbles or not.
cancelable Lecture seule Boolean Whether the event is cancellable or not.
renderedBuffer Lecture seule AudioBuffer The buffer containing the result of the processing of an OfflineAudioContext.

Evénements liés

Aucun.

Spécifications

Specification
Web Audio API
# OfflineAudioCompletionEvent
Web Audio API
# dom-offlineaudiocontext-oncomplete

Voir aussi