Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 256 Bytes

puppeteer.frame.isoopframe.md

File metadata and controls

19 lines (13 loc) · 256 Bytes
sidebar_label
Frame.isOOPFrame

Frame.isOOPFrame() method

Is true if the frame is an out-of-process (OOP) frame. Otherwise, false.

Signature:

class Frame {
  abstract isOOPFrame(): boolean;
}

Returns:

boolean