ostrio:cstorage

Bulletproof persistent Client storage, works with disabled Cookies and/or localStorage


License
BSD-3-Clause
Install
meteor add ostrio:cstorage@=2.1.0

Documentation

Client storage for Meteor

  • Bulletproof Client storage functions, localStorage with fall-back to cookies
  • Works in browser with disabled localStorage and cookies
  • 100% tests coverage

Install:

meteor add ostrio:cstorage

ES6 Import:

import { ClientStorage } from 'meteor/ostrio:cstorage';

THIS REPOSITORY MOVED TO NPM, see Client-Storage