dispatch:stored-var

v1.0.0Published 10 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

StoredVar

Cache a reactive var on localStorage.

##Usage

meteor add dispatch:stored-var

var storedVar = new StoredVar('localStorageKeyName');
storedVar.set('My cached key');