onloadend event
ProgressEvent that occurs when a read operation by an MSStreamReader or FileReader object completes, even if the request fails.
![]() |
Syntax
| Event Property | object.onloadend = handler; |
|---|---|
| addEventListener Method | object.addEventListener("loadend", handler, useCapture) |
Event handler parameters
- handler [in]
-
Type: function
Remarks
This event fires when a read operation by an MSStreamReader or FileReader completes, regardless of success or failure. After onloadend fires, no other events will fire for the completed read operation.
See also
Show:
