frameType property

FrameType get frameType

@AvailableInWorkers("service")

The frameType read-only property of the Client interface indicates the type of browsing context of the current Client. This value can be one of "auxiliary", "top-level", "nested", or "none".

Implementation

external FrameType get frameType;