--- title: Window.length slug: Web/API/Window/length translation_of: Web/API/Window/length ---
{{ ApiRef() }}

window의 frame 개수를 반환합니다. ({{HTMLElement("frame")}} 또는 {{HTMLElement("iframe")}} 요소들 중 하나) 

신텍스

framesCount = window.length;

예제

if (window.length) {
  // document의 subframes
}

명세서

Specification Status Comment
{{SpecName('HTML WHATWG','browsers.html#dom-length','Window.length')}} {{Spec2('HTML WHATWG')}}  
{{SpecName('HTML5 W3C', 'browsers.html#dom-length', 'Window.length')}} {{Spec2('HTML5 W3C')}}  

브라우저 호환성

{{Compat("api.Window.length")}}