-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Unnecessary & 255
Line 49 in fa61c01
| output[index++] = (value >>> (bits - 8)) & 255 |
Assignment of Uint8Array elements only takes the least significant octet. Unlike Uint8ClampedArray, it does not clamp the value; it truncates.
Metadata
Metadata
Assignees
Labels
No labels