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.

文章标签:Web Storage

找到 3 篇文档

  • Web/API/Storage 作为 Web Storage API 的接口, Storage 提供了访问特定域名下的会话存储(session storage)或本地存储(local ...
  • Web/API/Web_Storage_API Web Storage API 为浏览器提供了一种比cookies更加直观的方式来存储键值对的机制。
  • Web/API/WindowEventHandlers/onstorage WindowEventHandlers.onstorage 属性包含一个在 storage 事件触发时的事件句柄。 当存储域发生改变时会触发事件。(例如: 有新的项被存储)