Skip to content

Commit 30e3fa7

Browse files
committed
minor
1 parent 4c9c943 commit 30e3fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 2-ui/5-loading/03-onload-onerror/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Please note that we can't get HTTP error details here. We don't know if it was a
7474
```warn
7575
Events `onload`/`onerror` track only the loading itself.
7676
77-
Errors during script processing and execution are out of scope for these events. To track script errors, one can use `window.onerror` global handler.
77+
Errors that may occur during script processing and execution are out of scope for these events. That is: if a script loaded successfully, then `onload` triggers, even if it has programming errors in it. To track script errors, one can use `window.onerror` global handler.
7878
```
7979

8080
## Other resources

0 commit comments

Comments
 (0)