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

我們的志工尚未將此文章翻譯為 正體中文 (繁體) 版本。加入我們,幫忙翻譯!

The storage event is fired when a storage area (localStorage or sessionStorage) has been modified. See Web Storage API for more information.

General info

Specification
Web Storage
Interface
StorageEvent
Bubbles
No
Cancelable
No
Target
DefaultView (<window>)
Default Action
None

Properties

Property Type Description
target Read only EventTarget The event target (the topmost target in the DOM tree).
type Read only DOMString The type of event.
bubbles Read only boolean Does the event normally bubble?
cancelable Read only boolean Is it possible to cancel the event?
key Read only DOMString (string) The key being changed.
oldValue Read only DOMString (string) The old value of the key being changed.
newValue Read only DOMString (string) The new value of the key being changed.
url Read only DOMString (string) The address of the document whose key changed.
storageArea Read only Storage The Storage object that was affected.

文件標籤與貢獻者

 此頁面的貢獻者: Nickolay, teoli, Sheppy, ethertank, louisremi
 最近更新: Nickolay,