resting icon indicating copy to clipboard operation
resting copied to clipboard

Use promises in storage module

Open mirkoperillo opened this issue 5 years ago • 0 comments

At the moment the storage module uses callbacks.

Move to promises.

Storage module uses library localforage to persist data. Now Resting uses localforage.nopromises.min, move to the new version that supports promises.

Ref to code https://github.com/mirkoperillo/resting/blob/f3df3c23238468925c5b1412eab1534f76b08814/src/js/app/storage.js#L20

mirkoperillo avatar Apr 06 '20 05:04 mirkoperillo