Closed
Bug 1549483
Opened 6 years ago
Closed 5 years ago
[meta] Page.setLifecycleEventsEnabled
Categories
(Remote Protocol :: CDP, task)
Remote Protocol
CDP
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ato, Unassigned)
References
()
Details
(Keywords: meta, Whiteboard: [method=Page.setLifecycleEventsEnabled])
No description provided.
Reporter | ||
Updated•6 years ago
|
Comment 1•5 years ago
|
||
This is called when Puppeteer initializes the FrameManager, which is always present:
https://github.com/GoogleChrome/puppeteer/blob/master/lib/FrameManager.js#L65
We only have a placeholder for that, but no real implementation.
Blocks: puppeteer-gutenberg
Whiteboard: [method=Page.setLifecycleEventsEnabled] → [method=Page.setLifecycleEventsEnabled][puppeteer-alpha]
Comment 2•5 years ago
|
||
The newly filed implementation bug 1597259 will block the Gutenberg tests.
No longer blocks: puppeteer-gutenberg
Depends on: 1597259
Whiteboard: [method=Page.setLifecycleEventsEnabled][puppeteer-alpha] → [method=Page.setLifecycleEventsEnabled]
Comment 3•5 years ago
|
||
With bug 1597259 we now set the internal enabled flag and as such we can close this meta bug.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Assignee | ||
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
•