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