Closed
Bug 1597643
Opened 5 years ago
Closed 5 years ago
Implement Page.frameStartedLoading
Categories
(Remote Protocol :: CDP, task, P1)
Remote Protocol
CDP
Tracking
(firefox72 fixed)
RESOLVED
FIXED
Firefox 72
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
()
Details
(Whiteboard: [puppeteer-alpha])
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
This event has to be emitted when the formerly loaded page has been unloaded, and the load process for the current one has been started. The best might be to make this dependent on network events, but right now we don't really have implemented any of those.
As such I would propose that we bind that event on the pagehide
event, which the browser will send once the formerly loaded page gets hidden.
This blocks the lifecycleEvent with the name init
to be emitted (see bug 1597253).
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b3e0ee366c00
[remote] Implement Page.frameStartedLoading. r=remote-protocol-reviewers,maja_zf
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 72
Updated•4 years ago
|
Component: CDP: Page → CDP
You need to log in
before you can comment on or make changes to this bug.
Description
•