mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
300 B
300 B
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