Open
Bug 1637064
Opened 4 years ago
Updated 4 years ago
Implement Page.close
Categories
(Remote Protocol :: CDP, enhancement, P3)
Remote Protocol
CDP
Tracking
(Not tracked)
NEW
People
(Reporter: impossibus, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [puppeteer-beta2-mvp])
Used by Puppeteer, Playwright, Datadog...
Comment 1•4 years ago
|
||
Puppeteer only uses it when closing a tab by running the beforeunload
handlers. Otherwise Target.closeTarget
is used:
Given that this method is also experimental i don't think this should block any MVP unless we have confidence that it is used by consumers.
Priority: -- → P3
Reporter | ||
Updated•4 years ago
|
Whiteboard: [puppeteer-beta-reserve]
Updated•4 years ago
|
Whiteboard: [puppeteer-beta-reserve] → [puppeteer-beta2-mvp]
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
•