Client: frameType property
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2018.
Note: This feature is only available in Service Workers.
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"
.
Value
One of these four strings: "auxiliary"
, "top-level"
, "nested"
, or "none"
.
Specifications
Specification |
---|
Service Workers # client-frametype |
Browser compatibility
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
frameType |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
- No support
- No support
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.