note base64-js
This commit is contained in:
parent
552de8b45a
commit
8f2a49efd0
|
@ -1,4 +1,4 @@
|
||||||
utf8-typed
|
Unibabel
|
||||||
==========
|
==========
|
||||||
|
|
||||||
Base64, TypedArrays, and UTF-8 / Unicode conversions in Browser (and Node) JavaScript
|
Base64, TypedArrays, and UTF-8 / Unicode conversions in Browser (and Node) JavaScript
|
||||||
|
@ -12,6 +12,7 @@ See also
|
||||||
* [text-encoding](https://github.com/inexorabletash/text-encoding)
|
* [text-encoding](https://github.com/inexorabletash/text-encoding)
|
||||||
* [TextEncoderLite (based on Buffer)](https://github.com/coolaj86/TextEncoderLite/tree/litest)
|
* [TextEncoderLite (based on Buffer)](https://github.com/coolaj86/TextEncoderLite/tree/litest)
|
||||||
* [TextEncoderLite (based on text-encoding)](https://github.com/coolaj86/TextEncoderLite/tree/lite)
|
* [TextEncoderLite (based on text-encoding)](https://github.com/coolaj86/TextEncoderLite/tree/lite)
|
||||||
|
* [Beatgammit's base64-js](https://github.com/beatgammit/base64-js)
|
||||||
|
|
||||||
API
|
API
|
||||||
===
|
===
|
||||||
|
|
Loading…
Reference in New Issue