summary refs log tree commit diff stats
path: root/lib/std/jsfetch.nim
Commit message (Collapse)AuthorAgeFilesLines
* Implement RFC-391 (#18585)Juan Carlos2021-08-221-107/+106
|
* docs now show nimExperimentalX APIs (#18345)Timothee Cour2021-06-251-1/+1
| | | | | * docs now show nimExperimentalX APIs * fix for windows
* Use `.. warning::` (#17320)konsumlamm2021-03-101-1/+1
|
* Add module jsfetch (#12531)Juan Carlos2021-03-061-0/+198
* Add module jsfetch for fetch support for JavaScript target https://developer.mozilla.org/docs/Web/API/Fetch_API * Update lib/std/jsheaders.nim * Update lib/std/jsformdata.nim * Update lib/std/jsfetch.nim Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> Co-authored-by: flywind <xzsflywind@gmail.com>