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 July 2015.
Please take two minutes to fill out our short survey.
概要
構文
framesCount = window.length;
framesCount
はフレームの数です。
例
js
if (window.length) {
// サブフレーム数が 0 でない場合の処理をここに記述
}
仕様書
Specification |
---|
HTML # dom-length-dev |