We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enabled more efficient B64.base64urlEncode() encoding by using the Buffer 'base64url' encoding that has been introduced in v15.7.0.
B64.base64urlEncode()
Buffer
'base64url'
The feature can be detected by calling Buffer.isEncoding('base64url').
Buffer.isEncoding('base64url')
No API changes required.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Support plan
Context
What problem are you trying to solve?
Enabled more efficient
B64.base64urlEncode()
encoding by using theBuffer
'base64url'
encoding that has been introduced in v15.7.0.The feature can be detected by calling
Buffer.isEncoding('base64url')
.Do you have a new or modified API suggestion to solve the problem?
No API changes required.
The text was updated successfully, but these errors were encountered: