A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.mozilla.org/ja/docs/Web/API/HTMLIFrameElement/allowFullscreen below:

HTMLIFrameElement: allowFullscreen プãƒãƒ‘ティ - Web API

HTMLIFrameElement: allowFullscreen プロパティ

Limited availability

allowFullscreen は HTMLIFrameElement インターフェイスのプロパティで、<iframe> 要素の allowfullscreen 属性を反映する論理値であり、この iframe のコンテンツが requestFullscreen() を使用することを許可するかどうかを示します。

メモ: このプロパティは古いプロパティとみなされています。allow="fullscreen" および HTMLIFrameElement.allow を代わりに使用してください。

値

論理値です。

例
<iframe id="el" allowfullscreen></iframe>
const el = document.getElementById("el");
console.log(el.allowFullscreen); // 出力: true
仕様書 ブラウザーの互換性 関連情報

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4