--- title: abort slug: Web/API/IDBTransaction/abort_event translation_of: Web/API/IDBTransaction/abort_event ---
Le gestionnaire d'arrêt est exécuté lorsqu'une transaction a été interrompue.
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. |