about summary refs log tree commit diff stats
path: root/src/html/xmlhttprequest.nim
Commit message (Collapse)AuthorAgeFilesLines
* Update code stylebptato2024-04-171-12/+12
| | | | | | * separate params with ; (semicolon) instead of , (colon) * reduce screaming snake case use * wrap long lines
* Move around some modulesbptato2024-03-141-0/+118
* extern -> gone, runproc absorbed by pager, others moved into io/ * display -> local/ (where else would we display?) * xhr -> html/ * move out WindowAttributes from term, so we don't depend on local from server