electron-userland / electron-json-storage

:package: Easily write and read user settings in Electron apps
1.43k stars 79 forks source link

Promise support #203

Closed Jack-Barry closed 11 months ago

Jack-Barry commented 1 year ago

I had completely forgotten about #73 until getting some notifications recently. I am no longer working on any Electron projects, but here's an initial pass at implementing promisified versions of has, get, and clear. Everything else could probably follow the same pattern, I just don't have a whole lot of extra time to dump into them for now.

Jack-Barry commented 11 months ago

Closing this to clear up clutter in my open PRs list. Feel free to reopen if it ever gets reconsidered