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
Before this lib is stabilised, would it not be better to change the names of the functions from encodeBase64 to base64Encoder? That way it would follow the naming convention of TextEncoder and TextDecoder. And since streaming versions are being considered to be added, you'd end up with Base64EncoderStream.
It'd make sense to call it Base64Encoder if it were a class, but it's a pure function. Hence, the current name, which starts with the corresponding verb, encodeBase64(). The same is true for the other functions.
part of #4600
[email protected]
#4858related issues:
The text was updated successfully, but these errors were encountered: