Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 416 Bytes

puppeteer.frame.isdetached.md

File metadata and controls

17 lines (10 loc) · 416 Bytes

Home > puppeteer > Frame > isDetached

Frame.isDetached() method

Signature:

isDetached(): boolean;

Returns:

boolean

true if the frame has been detached, or false otherwise.