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
convert typed array to 'regular' arrays before sendToCloud
- as JSON.stringify(new Float32Array([1,2,3])) gives:
"{"0":1,"1":2,"2":3}"
- use Lib.simpleMap as opposed to Array.prototype.slice.call(d)
to avoid potential 'exceed stack size' errors
0 commit comments