Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | jserror: simplify custom error creation | bptato | 2025-03-29 | 1 | -10/+13 |
| | | | | | | | The old API was needlessly complex and suggested that it could only be used for DOMException (which is not the case). (Also optimized out code lookup from the DOMException constructor.) | ||||
* | dom: more select interfaces | bptato | 2025-01-10 | 1 | -0/+3 |
| | | | | this should be all of them | ||||
* | domexception: add legacy constant names | bptato | 2025-01-08 | 1 | -1/+32 |
| | |||||
* | js: reorganize modules, update docs | bptato | 2024-11-15 | 1 | -0/+55 |
most of it has already been moved to monoucha, and the rest fits better in other directories. also, move urimethodmap to config |