Ryan Smith
Results
2
comments of
Ryan Smith
node-localstorage doesn't appear to be async, or offer an async api. Regarding this plugin's error - I have a .catch around every line of code related to it (init, getItem,...
Ok, figured it out - the interval for expiring keys does a scan, which is where the uncaught exception is originating from, and why you can't catch it. Passing in...