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
Just remembered that there are technically some signature changes in the arguments of loadTable and the return type of loadBytes. For loadTable the overall signature has been slightly simplified and if need to we can consider patching it back to the original here. For loadBytes the return used to be an object with property data containing a UInt8Array (required because of preload), now it returns the UInt8Array directly.