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
DataView doesn't support the littleEndianboolean parameter, and as such everything is written as big endian.
I could do this as a practice issue next week, but I'd like to know if there should be a new method (set_int32_endian or something) or just add the boolean parameter to the end for every method that needs it?
The text was updated successfully, but these errors were encountered:
Thanks for the report! It should definitely be ok to simply add new methods here which exposes the boolean parameters, and tacking on _endian to the end sounds good to me as well!
If you need any help with adding these just let us know!
DataView doesn't support the
littleEndian
boolean parameter, and as such everything is written as big endian.I could do this as a practice issue next week, but I'd like to know if there should be a new method (
set_int32_endian
or something) or just add the boolean parameter to the end for every method that needs it?The text was updated successfully, but these errors were encountered: