onblocked event
Defines a function handler for the blocked event, which executes when a version change transaction cannot complete due to other active transactions.
![]() |
Syntax
| HTML Attribute | <element onblocked = "handler(event)"> |
|---|---|
| Event Property | object.onblocked = handler; |
| addEventListener Method | object.addEventListener("blocked", handler, useCapture) |
Event handler parameters
- handler [in]
-
Type: Function
A handler function.
Standards information
See also
Show:
