Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 240 Bytes

puppeteer.frame.isoopframe.md

File metadata and controls

21 lines (14 loc) · 240 Bytes
sidebar_label
Frame.isOOPFrame

Frame.isOOPFrame() method

Signature:

class Frame {
  isOOPFrame(): boolean;
}

Returns:

boolean

true if the frame is an OOP frame, or false otherwise.

Remarks