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
{{ message }}
This repository was archived by the owner on Dec 2, 2024. It is now read-only.
I'm running into the exception that toArrayBuffer is not a method of value on line #68. I wonder if this code in #L67-L68 is correct and what the purpose of it is? I really have no clue, for now I just disabled #L67-L69 and "It works for me".
The text was updated successfully, but these errors were encountered:
Hm, the point of that line is that IndexedDB supposedly accepts Uint8Array objects, but not "Buffer" objects (which are a shim for the Node.js "Buffer" object). If you can provide a test case to reproduce and let us know which browser it failed in, that would be helpful. :)
I'm running into the exception that toArrayBuffer is not a method of
value
on line #68. I wonder if this code in #L67-L68 is correct and what the purpose of it is? I really have no clue, for now I just disabled #L67-L69 and "It works for me".The text was updated successfully, but these errors were encountered: