about summary refs log tree commit diff stats
path: root/src/xhr/xmlhttprequest.nim
Commit message (Collapse)AuthorAgeFilesLines
* dom: misc fixesbptato2024-03-041-4/+13
| | | | | | | | * parse XHR URL with document base URL * allow setting XHR responseType * add tagName, nodeName * make hasChildNodes a function * fix horribly broken insertNode
* Use errDOMException template everywherebptato2024-01-111-3/+3
|
* remove outdated commentbptato2023-10-141-1/+0
|
* XHR progressbptato2023-10-141-5/+69
| | | | still non-functional
* Add XHR/Event stubsbptato2023-07-021-0/+46