DOM

settings_applicationsEventTarget  >   settings_applicationsNode  >   settings_applicationsElement  >   settings_applicationsHTMLElement  >   settings_applicationsHTMLBodyElement

DOM

  • bug_report

Eventpopstate

insert_drive_filePopStateEventinterfaceopen_in_new
PopStateEvent interface는 HTMLBodyElement에서 popstate 이벤트 타입으로 구현된다.

HTMLBodyElement의 popstate는 PopStateEvent interface의 이벤트 타입이고 이벤트 리스너에서 사용된다.

기본 개요

사용자가 세션 기록을 탐색하는 동안 활성 기록 항목이 변경되면 발생한다.

구문

형식
window.addEventListener("popstate", function() { });

PopStateEvent 예제 보기

명세

typepopstate
bubblesyes
cancelableno
targetwindow
handleryes

버전 명세

HTML Standard API
#event-popstate

지원 웹브라우저