Client:frameType 属性
Baseline
Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since 2018年4月.
备注: 此特性仅在 Service Worker 中可用。
Client
接口的只读属性 frameType
表示当前 Client
的浏览上下文类型。它的取值可以是 "auxiliary"
、"top-level"
、"nested"
或 "none"
。
值
以下四个字符串之一:"auxiliary"
、"top-level"
、"nested"
和 "none"
。
规范
Specification |
---|
Service Workers> # client-frametype> |
浏览器兼容性
Loading…