summaryrefslogtreecommitdiff
path: root/ext/web/05_base64.js
AgeCommit message (Collapse)Author
2022-03-05perf(ext/web): optimize atob/btoa (#13841)Aaron O'Mullan
Follow up to #13839, optimizing `base64_roundtrip` ~20x (~125ms => ~6.5ms)
2022-02-07refactor: update runtime code for primordial check for iterators (#13510)Bartek IwaƄczuk
2022-01-11fix(ext/web): handle no arguments in atob (#13341)Luca Casonato
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
Co-authored-by: Erfan Safari <erfanshield@outlook.com>
2021-08-11Rename extensions/ directory to ext/ (#11643)Ryan Dahl