up
This commit is contained in:
parent
1f61c2ab1d
commit
af0ee2a49e
66 changed files with 12263 additions and 2059 deletions
|
@ -87,3 +87,5 @@ Pictures `<img>`, external styles, scripts and other resources provide `load` an
|
|||
- `error` triggers on a failed load.
|
||||
|
||||
The only exception is `<iframe>`: for historical reasons it always triggers `load`, for any load completion, even if the page is not found.
|
||||
|
||||
The `readystatechange` event also works for resources, but is rarely used, because `load/error` events are simpler.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue