SnipNest
SnippetsExtensionsGitHub

Categories

Array5Color3Date2Math4Number7String11Web Storage8
  1. Snippets
  2. JavaScript
  3. Web Storage

Add Item to IndexedDB

Adds an item to IndexedDB.

Add Item to localStorage

Stores a value in localStorage under the given key.

Check if Item Exists in IndexedDB

Checks if a specific item exists in IndexedDB.

Check if Item Exists in localStorage

Checks if a specific item exists in localStorage.

Delete Item from IndexedDB

Deletes an item from IndexedDB.

Delete Item from localStorage

Deletes an item from localStorage.

Retrieve Item from IndexedDB

Retrieves a specific item from IndexedDB.

Retrieve Item from localStorage

Retrieves a value from localStorage by its key and parses it as JSON.

SnipNest

Open-source code snippet collection

SnipNest

AboutRepositoryLicense

Docs

APIContributing
Built by Bruno and the contributors.