meduzen / cachemap

A key-value cache built upon the JavaScript `Map` object.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Save and load `CacheMap` in/from the browser

meduzen opened this issue · comments

commented

Use IndexedDB: it’s the only reliable browser storage that can store Map objects.