about summary refs log tree commit diff stats
path: root/src/html/domexception.nim
Commit message (Collapse)AuthorAgeFilesLines
* jserror: simplify custom error creationbptato2025-03-291-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 interfacesbptato2025-01-101-0/+3
| | | | this should be all of them
* domexception: add legacy constant namesbptato2025-01-081-1/+32
|
* js: reorganize modules, update docsbptato2024-11-151-0/+55
most of it has already been moved to monoucha, and the rest fits better in other directories. also, move urimethodmap to config