jakearchibald / idb-keyval

A super-simple-small promise-based keyval store implemented with IndexedDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proxy objects are not supported

VirensCn opened this issue · comments

If value is a proxy object, an error will occur when calling set to save

image

easiest way out is JSON.parse(JSON.stringify(obj))

Only clonable objects can be stored