23:04 | <ljharb> | it seems weird to me that there's no DataView methods for getUint8C and setUint8C - it's the only typed array type that doesn't have them |
23:16 | <bakkot> | get doesn't really make sense |
23:16 | <bakkot> | the special behavior is only when setting |
23:48 | <Michael Ficarra> | the setter seems pretty well motivated, especially since it's not all that easy to write the round-ties-to-even behaviour of ToUint8Clamp yourself |