Window: fence 属性
Window
接口的 fence
只读属性返回当前文档上下文的 Fence
对象实例。
Fence
对象仅对嵌入在 <fencedframe>
(通过 FencedFrameConfig
加载)或 <iframe>
(通过不透明 URN 加载)中的文档可用。
注意: 有关 FencedFrameConfig
和不透明 URN 的一些描述,请参见 <fencedframe>
如何工作?。
值
示例
js
window.fence.reportEvent({
eventType: "click",
eventData: JSON.stringify({ clickX: "123", clickY: "456" }),
destination: ["buyer", "seller"],
});
规范
规范 |
---|
围栏框架 # dom-window-fence |
浏览器兼容性
BCD 表仅在启用 JavaScript 的浏览器中加载。