# Unnecessary `& 255` https://github.com/LinusU/base32-decode/blob/fa61c01bc0bbd963a1abcf86cc519f09d70b09e0/index.js#L49 Assignment of `Uint8Array` elements only takes the least significant octet. Unlike `Uint8ClampedArray`, it does not clamp the value; it truncates.
Unnecessary
& 255base32-decode/index.js
Line 49 in fa61c01
Assignment of
Uint8Arrayelements only takes the least significant octet. UnlikeUint8ClampedArray, it does not clamp the value; it truncates.