--- title: complete slug: Web/API/OfflineAudioContext/complete_event translation_of: Web/API/OfflineAudioContext/complete_event original_slug: Web/Events/complete ---

L'événement complete est déclenché lorsque le rendu d'un {{domxref("OfflineAudioContext")}} est terminé.

Informations générales

Spécification
{{SpecName('Web Audio API', '#OfflineAudioCompletionEvent-section', 'OfflineAudioCompletionEvent')}}
Interface
{{domxref("OfflineAudioCompletionEvent")}}
Propagation
?
Annulable
?
Cible
{{domxref("OfflineAudioContext")}}
Action par défaut
Aucune

Propriétés

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

Evénements liés

Aucun

Spécifications

Spécification Statut Commentaire
{{SpecName('Web Audio API', '#OfflineAudioCompletionEvent-section', 'OfflineAudioCompletionEvent')}} {{Spec2('Web Audio API')}}  

Voir aussi