Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

storage

storage イベントは、ストレージエリア (localStorage または sessionStorage) が変更されたときに発生します。詳しくは Web Storage API をご覧ください。

一般情報

仕様
Web Storage
インターフェイス
StorageEvent
バブリング
不可
キャンセル可能か
不可
ターゲット
DefaultView (<window>)
既定のアクション
なし

プロパティ

プロパティ 説明
target 読取専用 EventTarget イベントターゲット (DOM ツリー内最上位の対象)
type 読取専用 DOMString イベントの型
bubbles 読取専用 Boolean 通常時のバブリングの有無
cancelable 読取専用 Boolean イベントのキャンセルの可否
key 読取専用 DOMString (string) The key being changed.
oldValue 読取専用 DOMString (string) The old value of the key being changed.
newValue 読取専用 DOMString (string) The new value of the key being changed.
url 読取専用 DOMString (string) The address of the document whose key changed.
storageArea 読取専用 Storage The Storage object that was affected.

ドキュメントのタグと貢献者

 このページの貢献者: yyss
 最終更新者: yyss,