puppeteer/docs/api/puppeteer.frame.isoopframe.md

20 lines
247 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: Frame.isOOPFrame
---
# Frame.isOOPFrame() method
Is `true` if the frame is an out-of-process (OOP) frame. Otherwise, `false`.
#### Signature:
2022-07-05 13:41:43 +00:00
```typescript
class Frame {
isOOPFrame(): boolean;
}
```
**Returns:**
boolean