Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

‎2-ui/5-loading/03-onload-onerror/article.md‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /