localForage is a handy library that improves the offline experience of your web app by using asynchronous storage (via IndexedDB or WebSQL where available) but with a simple, localStorage-like API.
Info
Version: | 1.3.3 |
Author(s): | Mozilla |
Last Update: | Friday, February 5, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://github.com/mozilla/localForage |
NuGet Url: | https://www.nuget.org/packages/localForage |
Install
Install-Package localForage
dotnet add package localForage
paket add localForage
localForage Download (Unzip the "nupkg" after downloading)
Dependencies
Tags