File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -374,6 +374,7 @@ <h3>Dependencies</h3>
374
374
< ul >
375
375
<!-- beforeunload --> < li > < dfn > < a href =https://html.spec.whatwg.org/#event-beforeunload > < code > beforeunload</ code > </ a > </ dfn >
376
376
<!-- DOMContentLoaded --> < li > < dfn > < a href =https://html.spec.whatwg.org/#event-domcontentloaded > < code > DOMContentLoaded</ code > </ a > </ dfn >
377
+ <!-- load --> < li > < dfn > < a href ="https://html.spec.whatwg.org/multipage/indices.html#event-load "> < code > load</ code > </ a > </ dfn >
377
378
<!-- PageHide --> < li > < dfn > < a href ="https://html.spec.whatwg.org/multipage/indices.html#event-pagehide "> < code > pageHide</ code > </ a > </ dfn >
378
379
<!-- PageShow --> < li > < dfn > < a href ="https://html.spec.whatwg.org/multipage/indices.html#event-pageshow "> < code > pageShow</ code > </ a > </ dfn >
379
380
</ ul >
@@ -2795,7 +2796,7 @@ <h2>Navigation</h2>
2795
2796
the point at which the command returns
2796
2797
is determined by the session’s < a > page loading strategy</ a > .
2797
2798
The < a > normal</ a > state causes it
2798
- to return after the load < a > event fires</ a > on the new page,
2799
+ to return after the < a > < code > load</ code > </ a > < a > event fires</ a > on the new page,
2799
2800
< a > eager</ a > causes it to return
2800
2801
after the < a > < code > DOMContentLoaded</ code > </ a > < a > event fires</ a > ,
2801
2802
and < a > none</ a > causes it to return immediately.
You can’t perform that action at this time.
0 commit comments