Window

settings_applicationsEventTarget  >   settings_applicationsWindow

Window

  • settings_backup_restore
  • bug_report

Eventhashchange

insert_drive_fileHashChangeEventinterfaceopen_in_new
HashChangeEvent interface는 Window에서 hashchange 이벤트 타입으로 구현된다.

Window의 hashchange는 HashChangeEvent interface의 이벤트 타입이고 이벤트 리스너에서 사용된다.

기본 개요

URL의 조각 식별자(hash)가 변경되면 발생한다.

구문

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

명세

typehashchange
bubblesyes
cancelableno
targetWindow
handleryes

지원 웹브라우저