Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add setTimeout, setInterval to window | bptato | 2023-06-01 | 1 | -16/+54 | |
| | ||||||
* | WIP fetch | bptato | 2023-04-30 | 1 | -0/+6 | |
| | ||||||
* | client, pager, dom, ...: better error handling | bptato | 2023-01-04 | 1 | -1/+3 | |
| | | | | Now the browser shouldn't completely die when a buffer crashes. | |||||
* | dom: add better attribute reflection | bptato | 2023-01-02 | 1 | -5/+3 | |
| | | | | | Instead of creating a new function for each attribute, use a single magic function for reflected attributes. | |||||
* | DOM: implement many new methods | bptato | 2022-12-26 | 1 | -0/+3 | |
| | ||||||
* | dom: add navigator object | bptato | 2022-12-26 | 1 | -0/+46 | |
| | ||||||
* | More DOM work | bptato | 2022-12-19 | 1 | -0/+2 | |
| | ||||||
* | Add JS support to documents | bptato | 2022-12-18 | 1 | -0/+26 | |