HTMLIFrameElement: allowFullscreen 属性
HTMLIFrameElement 接口的 allowFullscreen 属性是一个布尔值,它反映了 <iframe> 元素的 allowfullscreen 属性,指明是否允许 iframe 的内容使用 requestFullscreen()。
注意: 此属性被视为一个旧属性。请使用 allow="fullscreen" 和 HTMLIFrameElement.allow 替代。
HTMLIFrameElement 接口的 allowFullscreen 属性是一个布尔值,它反映了 <iframe> 元素的 allowfullscreen 属性,指明是否允许 iframe 的内容使用 requestFullscreen()。
注意: 此属性被视为一个旧属性。请使用 allow="fullscreen" 和 HTMLIFrameElement.allow 替代。