sindresorhus/electron-store

Use expiration

Open

#125 opened on 2020年6月16日

GitHub で見る
 (3 comments) (0 reactions) (0 assignees)JavaScript (4,304 stars) (150 forks)batch import
enhancementhelp wanted

説明

It would be awesome if we can set a max age for a single key or the whole store.

For example:

store.set('foo.bar', true, { maxAge: expirationDate });

コントリビューターガイド

Use expiration · sindresorhus/electron-store#125 | Good First Issue