-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Environment
latest node and unenv
Reproduction
Buffer.from('hello').toString('base64url')
Describe the bug
base64url is not implemented
Additional context
base64url is just base64.replaceAll("+", "-").replaceAll("/", "_").replace("==", "")
there's feross/buffer#314 but the author is not proving it
Logs
pi0
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request