Simple and more reliable Blazor implementation of LocalStorage and SessionStorage.
Storage support for BlazorState.Redux library.
A simple library that cache data into the browsers local storage.
TypeScript Definitions (d.ts) for redux-localstorage. Generated based off the DefinitelyTyped repository [git commit: bddf14ed27fb8bb3940b54dcf0c57e029206f6a8]. http://github.com/DefinitelyTyped
TypeScript Definitions (d.ts) for pouchdb-adapter-localstorage. Generated based off the DefinitelyTyped repository [git commit: 7d6547a8a0c3f35ce5de82ba58bfd143c0d20fab]. http://github.com/DefinitelyTyped
JavaScript library to do store and forward in the browser using browser localstorage as intermediary store. This package contains an usage sample to demonstrate API usage. For detailed usage see project page.
Package Description
Base Class for the Selenium WebDriver to extend the Driver with: - FindElementFirstOrDefault() - ImagesEquals() - GetElementScreenshot() - NavigateToPath() - LocalStorage helpers - GetElementSafe() - and some other helpers
DC.Storage是深圳云企微商网络科技有限公司基于.net core平台开发的应用框架中的用于访问Blazor应用程序中的前端本地存储组件。
WebStorage is a simple Blazor WebAssembly (Wasm) Web Storage API wrapper. It implements both session storage and local storage.
Provides services for storing data in the browser's localStorage. The stored data is protected using AES encryption and decryption functions.
DBlazor.Storage是深圳云企微商网络科技有限公司基于.net core平台开发的应用框架中的用于访问Blazor应用程序中的前端本地存储组件。
What is this? ------------- SpaStack.NET is a Single Page Application (SPA) web boilerplate framework built from Durandal.js JayData.js ASP.NET Web API 2 oData . It allows you to maintain one slim codebase . It be package with PhoneGap for native deployments to Android / iPhone / Blackberry / Windows Phone / Browsers / Windows 8 / etc... It follows RESTful OData MVC patterns on the server side and MVVM patterns in the client side. Examples of desireable things SpaStack can do: -Paging -Validation -Aync Promises -Offline - IndexedDB, WebSql, LocalStorage providers -$expand OData REST entities -MVVM data-bind to observables in your view To Install ----------- Create a new empty ASP.NET Web application or add to an existing project. Then install this nuget package.
Webezi.Module.FileLocalStorage is an extensions to save files.
With this library, you can create, read and remove key with its value and even clear all keys from browser local storage or session storage.
Pouchdb Adapter Localstorage (pouchdb-adapter-localstorage) binding library for Bridge.NET projects.
Local Storage Explorer is simple web interface for showing and managing content of Local Storage and Session Storage .
Forge Security Jwt Web Browser storages
Services that help working between different components in a Blazor application easier. These include interfaces for IStateManager which commits & notifies of data changes. IStoragePersistance which allows objects to be stores in LocalStorage, Session, or Cookies. IMediator which can notify other components about certain events.
increased capacity html5 local storage via cross-origin messaging
Access LocalStorage and SessionStorage in web browsers
TypeScript Definitions (d.ts) for redux-localstorage-debounce. Generated based off the DefinitelyTyped repository [git commit: bddf14ed27fb8bb3940b54dcf0c57e029206f6a8]. http://github.com/DefinitelyTyped
TypeScript Definitions (d.ts) for redux-localstorage-filter. Generated based off the DefinitelyTyped repository [git commit: bddf14ed27fb8bb3940b54dcf0c57e029206f6a8]. http://github.com/DefinitelyTyped
Library to manage browser Local Storage with Blazor
Este pacote é parte do pacote SoftmakeAll.SDK Este pacote fornece apoio para: - Escrita/leitura de dados locais (LocalStorage e SessionStorage) a partir do navegador; - Classe base para components Razor.
Package Description
This package allows developer to manipulate browser's local storage with ease. Developer can choose to encrypt content or not.
Package Description
Extension for the framework Blazor
A Local Storage Feature to persist states with Fluxor
NewtonSoft.Json serializer for Forge.Wasm.BrowserStorages
Package Description
Package Description
Provides services to interoperate with the localStorage and sessionStorage objects.
Blazor components that allow: Message popup windows, store information locally, password entry, form validator, buttons, copy texts to clipboard, notify navigation bar changes and hide blocks.
Simple localStorage for Blazor
Just a simle local storage for fast data store via bin file.
Browser WebAPI: Local Storage for Blazor. The 4 methods on: https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage
A simple, lightweight JavaScript State Manager library for managing application state in web projects. It supports: - Adding, removing, and clearing items from state. - Persistent storage using localStorage with data encoding. - Automatic notification to subscribed listeners on state changes. Usage: 1. Create an instance: const cart = new StateManager("cart"); 2. Add items using cart.Add({id, name, price, quantity}); 3. Remove items by id using cart.Remove(id); 4. Subscribe to state changes using cart.subscribe(callback); Designed for use in both classic ASP.NET MVC (place files under Scripts\StateManagement) and ASP.NET Core projects (you may copy files to wwwroot\StateManagement).
Blazor WebAssembly Offline Sync Toolkit for FullStackHero apps
BrowserStorage.Wasm is a Razor library designed for browser storage management in WebAssembly (WASM) applications. This package provides easy-to-use implementations for managing data in the browser's cookie, session, and local storage.
A tiny library which acts as ORM between Blazor WebAssembly and Browser LocalStorage
BasicAuthentication / Authorization using JWT claims, IHttpClientFactory, and Blazord LocalStorage. Sample code include authentication with IHttpClient to WebAPI, or direct call to the Auth class from Blazor code behind. Host your own IDS, no need to rely on external services.
A library to provide access to local/session storage in Blazor applications