unenv icon indicating copy to clipboard operation
unenv copied to clipboard

implement base64url in buffer by switching to js-base64

Open huseeiin opened this issue 10 months ago • 2 comments

fixes #462

huseeiin avatar Feb 24 '25 15:02 huseeiin

@huseeiin any specific reason you haven't gone with Deno stdlib implementation as your original idea? checking, it seems this lib has extra polyfills for legacy env without atob support which we probably don't need that concern here.

pi0 avatar Mar 08 '25 19:03 pi0

@huseeiin any specific reason you haven't gone with Deno stdlib implementation as your original idea? checking, it seems this lib has extra polyfills for legacy env without atob support which we probably don't need that concern here.

i will use the deno stdlib version if you want, i support that idea too!

huseeiin avatar Mar 09 '25 09:03 huseeiin