about summary refs log tree commit diff stats
path: root/src/io/response.nim
Commit message (Expand)AuthorAgeFilesLines
* return Result[T, JSError] from fromJSbptato2023-07-021-1/+0
* Factor out headers into separate modulebptato2023-07-011-0/+1
* use =destroy instead of finalizersbptato2023-07-011-0/+2
* Do not allow text() twice, etc...bptato2023-06-201-6/+19
* Add Response.ok, url, fix type confusion with statusbptato2023-06-191-2/+8
* Reject fetch promise on network errorbptato2023-06-191-1/+1
* Cleanups & bug fixes involving promisesbptato2023-06-151-0/+50