mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
201 B
201 B
sidebar_label |
---|
Page.isClosed |
Page.isClosed() method
Indicates that the page has been closed.
Signature:
class Page {
isClosed(): boolean;
}
Returns:
boolean