Mixin and Primitive Interface

settings_applicationsWindowEventHandlers

Mixin and Primitive Interface

Editing
  • settings_backup_restore
  • bug_report

Event handleronstorage

insert_drive_fileStorageEventinterfaceopen_in_new
StorageEvent interface의 storage 이벤트는 WindowEventHandlers의 onstorage 핸들러에 의해 구현된다.

WindowEventHandlers의 onstorage는(은) StorageEvent interface의 storage 이벤트 타입의 핸들러이고 이벤트 리스너로 사용된다.

기본 개요

구문

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

StorageEvent 예제 보기

명세

typestorage
bubblesno
cancelableno
targetWindow
handleryes

지원 웹브라우저