Open
Bug 1597660
Opened 5 years ago
Updated 2 years ago
Implement Page.lifecycleEvent for network related events
Categories
(Remote Protocol :: CDP, task, P3)
Remote Protocol
CDP
Tracking
(Not tracked)
NEW
People
(Reporter: whimboo, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [puppeteer-beta2-mvp])
Bug 1597253 implements the navigation related lifecycle events of the parent frame. This bug will cover the network related events:
[7] : networkAlmostIdle
[8] : networkIdle
For both we might have to wait for some appropriate events of the Network domain.
Reporter | ||
Comment 1•4 years ago
|
||
I will have to take a look if the network layer already supports that or not.
Flags: needinfo?(hskupin)
Whiteboard: [puppeteer-beta2-mvp]
Reporter | ||
Comment 2•4 years ago
|
||
There is currently no priority for this bug. We should investigate when it becomes important.
Flags: needinfo?(hskupin)
Assignee | ||
Updated•4 years ago
|
Component: CDP: Page → CDP
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•