dankogai / js-base64

Base64 implementation for JavaScript
BSD 3-Clause "New" or "Revised" License
4.27k stars 1.33k forks source link

add no-padding examples to docs #139

Closed ohnorobo closed 3 years ago

ohnorobo commented 3 years ago

Padding is skipped in latin charsets when using urlsafe encoding (allowed by https://tools.ietf.org/html/rfc4648#page-4) Add an example of this in the docs.

dankogai commented 3 years ago

Thank you!