20 lines
201 B
Markdown
20 lines
201 B
Markdown
|
---
|
||
|
sidebar_label: Page.isClosed
|
||
|
---
|
||
|
|
||
|
# Page.isClosed() method
|
||
|
|
||
|
Indicates that the page has been closed.
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
class Page {
|
||
|
isClosed(): boolean;
|
||
|
}
|
||
|
```
|
||
|
|
||
|
**Returns:**
|
||
|
|
||
|
boolean
|