Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 243 Bytes

puppeteer.frame.isoopframe.md

File metadata and controls

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

Frame.isOOPFrame() method

Signature:

class Frame {
  isOOPFrame(): boolean;
}

Returns:

boolean

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