Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use errDOMException template everywhere | bptato | 2024-01-11 | 1 | -4/+4 |
| | |||||
* | js: merge some type modules into jstypes | bptato | 2024-01-11 | 1 | -1/+1 |
| | | | | They only had type definitions, no need to put them in separate modules. | ||||
* | base64: reduce pointless re-coding using JSString | bptato | 2023-10-21 | 1 | -35/+16 |
| | | | | | We now expose some functions from QuickJS to interact with JavaScript strings without re-encoding them into UTF-8. | ||||
* | move around more modules | bptato | 2023-09-14 | 1 | -1/+1 |
| | | | | | | | | | | * ips -> io/ * loader related stuff -> loader/ * tempfile -> extern/ * buffer, forkserver -> server/ * lineedit, window -> display/ * cell -> types/ * opt -> types/ | ||||
* | atob, btoa: handle latin-1 correctly | bptato | 2023-09-08 | 1 | -12/+36 |
| | |||||
* | Add btoa, atob | bptato | 2023-09-07 | 1 | -0/+24 |