You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is going to take a bit of time to implement. The easy part is toObject, but getting it back and turning it into a resource is something I've done before personally, but it is not implemented in the core library yet
I'm trying to
put
received resource to IndexedDB:But there is an error:
My next try was to represent resource as object valid for cloning, but there is no such method:
Method
toArray
applicable only for collections, and not working too:So, my questions are:
put
it to IndexedDBget
it from IndexedDBThe text was updated successfully, but these errors were encountered: