meteor-reactivevar-getonce
Adds a a simple getOnce
method to ReactiveVar.
1var v = new ReactiveVar('test'); 2v.getOnce(); // => "test" 3v.get(); // => undefined
v1.0.0•Published 10 years ago
This package has not had recent updates. Please investigate it's current state before committing to using it in your project.
Adds a a simple getOnce
method to ReactiveVar.
1var v = new ReactiveVar('test'); 2v.getOnce(); // => "test" 3v.get(); // => undefined