A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.mozilla.org/en-US/docs/Web/API/SharedStorage below:

SharedStorage - Web APIs | MDN

SharedStorage

Limited availability

Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.

The SharedStorage interface of the Shared Storage API represents the shared storage for a particular origin, defining methods to write data to the shared storage.

SharedStorage is the base class for:

Instance methods
append() Experimental

Appends a string to the value of an existing key-value pair in the current origin's shared storage.

clear() Experimental

Clears the current origin's shared storage, removing all data from it.

delete() Experimental

Deletes an existing key-value pair from the current origin's shared storage.

set() Experimental

Stores a new key-value pair in the current origin's shared storage or updates an existing one.

Examples
window.sharedStorage
  .set("ab-testing-group", "0")
  .then(() => console.log("Value saved to shared storage"));
Specifications Browser compatibility See also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4