b4176029d9
* chore: update dependencies
228 B
228 B
sidebar_label |
---|
Frame.isDetached |
Frame.isDetached() method
Signature:
class Frame {
isDetached(): boolean;
}
Returns:
boolean
true
if the frame has been detached. Otherwise, false
.