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
Node supports decoding URL-safe base64 strings without padding. Example: Buffer.from('HI', 'base64') return "<Buffer 1c>". base64js.toByteArray('HI') throws "Invalid string. Length must be a multiple of 4".
Strictly speaking the '=' characters do not carry any information. Can decode ignore missing padding and not throw an error?
Hello downvoters, care to explain your reasoning?
The text was updated successfully, but these errors were encountered: