19:49 | <bakkot> | does anyone have strong opinions about Uint8Array.fromBase64Into being on the prototype vs static? It sets bytes in an existing Uint8Array and returns a { read, written } pair. Currently it's static to match TextEncoder's encodeInto and the Uint8Array.fromBase64 method, but it could be prototype instead |