about summary refs log tree commit diff stats
path: root/src/io/promise.nim
Commit message (Expand)AuthorAgeFilesLines
* Use std/* imports everywherebptato2024-01-071-1/+1
* move around more modulesbptato2023-09-141-1/+1
* Fixes & workarounds to compile on Nim 2.0.0bptato2023-08-011-0/+3
* Buffer search fixes & improvementsbptato2023-07-111-9/+17
* Rework JS exception systembptato2023-06-191-0/+16
* Cleanups & bug fixes involving promisesbptato2023-06-151-10/+18
* Make Result.text, json return promisebptato2023-06-131-2/+10
* Async resource loading, exception handling fixesbptato2023-05-141-0/+19
* promise: set get, cb, next to nil after then is calledbptato2023-01-041-7/+5
* Add promise support to JSbptato2022-12-311-0/+107