mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
399 B
399 B
Home > puppeteer > Frame > isDetached
Frame.isDetached() method
Signature:
isDetached(): boolean;
Returns:
boolean
true
if the frame has been detached, or false
otherwise.