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