mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
20 lines
256 B
Markdown
20 lines
256 B
Markdown
---
|
|
sidebar_label: Frame.isOOPFrame
|
|
---
|
|
|
|
# Frame.isOOPFrame() method
|
|
|
|
Is `true` if the frame is an out-of-process (OOP) frame. Otherwise, `false`.
|
|
|
|
#### Signature:
|
|
|
|
```typescript
|
|
class Frame {
|
|
abstract isOOPFrame(): boolean;
|
|
}
|
|
```
|
|
|
|
**Returns:**
|
|
|
|
boolean
|