window.length
Baseline
Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since 2015年7月.
概要
構文
framesCount = window.length;
framesCount
はフレームの数です。
例
js
if (window.length) {
// サブフレーム数が 0 でない場合の処理をここに記述
}
仕様書
Specification |
---|
HTML> # dom-length-dev> |