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
The design decision that was made was to match the DataView endianess boolean where true is little endian mostly to conform and not stray away too far from the web standard api which we use under the hood.
The
endianess
function currently returns a boolean; wouldn't it be better to use an enum here so that it's more clear what is being returned?I could make a quick PR for this if you'd like me to.
The text was updated successfully, but these errors were encountered: