about summary refs log tree commit diff stats
path: root/src/js/base64.nim
Commit message (Expand)AuthorAgeFilesLines
* data: replace std/base64 with atobbptato2024-04-251-64/+4
* base64: rewrite btoa toobptato2024-04-211-3/+39
* base64: rewrite atobbptato2024-04-211-6/+65
* Update code stylebptato2024-04-171-1/+1
* quickjs: reduce diff with upstreambptato2024-03-021-1/+8
* Use errDOMException template everywherebptato2024-01-111-4/+4
* js: merge some type modules into jstypesbptato2024-01-111-1/+1
* base64: reduce pointless re-coding using JSStringbptato2023-10-211-35/+16
* move around more modulesbptato2023-09-141-1/+1
* atob, btoa: handle latin-1 correctlybptato2023-09-081-12/+36
* Add btoa, atobbptato2023-09-071-0/+24