DOM

DOM

Editing
  • bug_report

EventHandlerondurationchange

insert_drive_fileEventinterfaceopen_in_new
Event interface의 durationchange 이벤트는 의 ondurationchange 핸들러에 의해 구현된다.

의 ondurationchange는(은) Event interface의 durationchange 이벤트 타입의 핸들러이고 이벤트 리스너로 사용된다.

ondurationchange는(은) GlobalEventHandlers Mixin이 정의하고 HTMLElement, Document, Window, WorkerGlobalScope 인터페이스에서 구현한다.

기본 개요

duration 속성이 업데이트되면 발생한다.

구문

형식
htmlMediaElement.addEventListener("durationchange", e => { })

명세

typedurationchange
bubblesno
cancelableno
targetHTMLMediaElement
handlerondurationchange

버전 명세

지원 웹브라우저