Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 229 Bytes

puppeteer.frame.isdetached.md

File metadata and controls

19 lines (13 loc) · 229 Bytes
sidebar_label
Frame.isDetached

Frame.isDetached() method

Signature:

class Frame {
  isDetached(): boolean;
}

Returns:

boolean

true if the frame has been detached. Otherwise, false.