about summary refs log tree commit diff stats
path: root/src/js/base64.nim
Commit message (Expand)AuthorAgeFilesLines
* 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