HTMLMediaElement: canplaythrough

canplaythrough 이벤트는 user agent 가 media 를 재생할 수 있을 때 발생되며, 컨텐츠의 추가 버퍼링을 위한 정지 없이 media 를 끝까지 재생하기에 로드된 데이터가 충분할 것으로 추산한다.

General info

Properties

Property Type Description
target 읽기 전용 EventTarget The event target (the topmost target in the DOM tree).
type 읽기 전용 DOMString The type of event.
bubbles 읽기 전용 Boolean Whether the event normally bubbles or not.
cancelable 읽기 전용 Boolean Whether the event is cancellable or not.