Skip to content

Commit

Permalink
Fix 27207: link to correct event (mdn#27209)
Browse files Browse the repository at this point in the history
  • Loading branch information
wbamberg authored Jun 8, 2023
1 parent 12b7bde commit 7d922ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/idbtransaction/error_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ browser-compat: api.IDBTransaction.error_event

The `error` event is fired on `IDBTransaction` when a request returns an error and the event bubbles up to the transaction object.

> **Note:** To handle all non-successful completion of the transaction, consider listening {{domxref("IDBTransaction.error_event", "error")}} instead.
> **Note:** To handle all the ways a transaction can fail, consider listening for the {{domxref("IDBTransaction.abort_event", "abort")}} event instead.
## Syntax

Expand Down

0 comments on commit 7d922ea

Please sign in to comment.