Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 300 Bytes

puppeteer.frame.isdetached.md

File metadata and controls

23 lines (16 loc) · 300 Bytes
sidebar_label
Frame.isDetached

Frame.isDetached() method

Warning: This API is now obsolete.

Use the detached getter.

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

Signature:

class Frame {
  isDetached(): boolean;
}

Returns:

boolean