about summary refs log tree commit diff stats
path: root/src/io
Commit message (Expand)AuthorAgeFilesLines
* remove obsolete commentbptato2023-09-091-1/+0
* fetch: use JSDictbptato2023-09-092-43/+136
* loader: get rid of xdeclaredbutnotused warningbptato2023-09-071-0/+1
* Fix compilation < Nim 2.0bptato2023-09-041-1/+1
* loader, data: remove stray eprintsbptato2023-09-022-4/+0
* loader: add data URLsbptato2023-09-014-5/+66
* javascript: factor out fromJSbptato2023-08-292-0/+2
* refactor: Result[T, JSError] -> JSResult[T]bptato2023-08-282-8/+7
* javascript: refactorbptato2023-08-283-4/+7
* Move charsets into chakasubptato2023-08-143-5/+8
* Add mailcap, mime.types & misc refactoringsbptato2023-08-1310-164/+302
* Fixes & workarounds to compile on Nim 2.0.0bptato2023-08-012-1/+4
* Improve encoding supportbptato2023-07-122-33/+63
* Buffer search fixes & improvementsbptato2023-07-111-9/+17
* Add proxy supportbptato2023-07-041-0/+6
* Add platform object conversion to union typebptato2023-07-022-17/+48
* return Result[T, JSError] from fromJSbptato2023-07-023-8/+6
* Factor out headers into separate modulebptato2023-07-017-59/+70
* use =destroy instead of finalizersbptato2023-07-013-0/+7
* Factor out map search, remove sugarbptato2023-06-291-2/+10
* Support 8-bit output colorsbptato2023-06-261-1/+1
* hacks for readline so that it at least kind of worksbptato2023-06-251-2/+9
* Do not allow text() twice, etc...bptato2023-06-202-7/+24
* Add Response.ok, url, fix type confusion with statusbptato2023-06-193-7/+17
* Reject fetch promise on network errorbptato2023-06-192-8/+10
* Get rid of the .jserr pragmabptato2023-06-191-10/+8
* Rework JS exception systembptato2023-06-194-13/+31
* Cleanups & bug fixes involving promisesbptato2023-06-155-69/+115
* Make Result.text, json return promisebptato2023-06-133-16/+62
* Add indexed color, other png improvementsbptato2023-06-091-1/+1
* Simplify request.json, remove unused bindingsbptato2023-06-091-13/+4
* Show error messages, fix some fetch crashesbptato2023-06-092-0/+9
* Remove JSObject again, add File API constructorbptato2023-06-081-4/+6
* Fix bug in client's unregistered fd handlingbptato2023-06-061-0/+2
* buffer: call handleError before handleRead & miscbptato2023-06-051-1/+1
* Refactor Request constructorbptato2023-06-051-22/+33
* Add support for canvas and multipartbptato2023-06-052-39/+32
* Rewrite new Request bindingbptato2023-05-215-33/+116
* Add url getter to requestbptato2023-05-201-2/+9
* Name negative response codesbptato2023-05-141-4/+12
* Async resource loading, exception handling fixesbptato2023-05-142-1/+23
* Fix some fetch crashesbptato2023-05-112-13/+15
* Improve debugging, reduce crashesbptato2023-05-092-5/+15
* Actually set proxybptato2023-04-301-1/+1
* only call Response.unregisterFun if not nilbptato2023-04-301-2/+4
* Temporarily disable multipartbptato2023-04-302-5/+5
* Make it compilebptato2023-04-301-0/+1
* Merge branch 'wip_fetch'bptato2023-04-302-25/+101
|\
| * WIP fetchbptato2023-04-302-25/+101
* | Add initial proxy supportbptato2023-04-302-3/+10