Skip to content
#

local-storage

LocalStorage is a JavaScript object that allows storing arbitrary key-value pairs in the web browser as an alternative to cookies—another alternative if the data in question goes beyond key-value pairs is to use the IndexedDB.

localStorage data is specific to the protocol of the document. In particular, for a site loaded over HTTP (e.g., http://example.com), localStorage returns a different object than localStorage for the corresponding site loaded over HTTPS (e.g., https://example.com).

Here are 4 public repositories matching this topic...

Data Stores lets you use simple cloud storage to create serverless, distributed, highly available, low-cost databases and caches with sophisticated keying, richly structured values, and compression at-rest. Data Stores integrates with a wide variety of storage providers and formats, all using a single, simple abstraction.

  • Updated Aug 21, 2023
  • C#

The purpose of the project is to provide users with a system developed with the latest technology like Angular, Angular Ngrx, .Net Core Web Api to create their own specific post.

  • Updated Mar 26, 2024
  • C#