summary refs log tree commit diff stats
path: root/lib/std/jsformdata.nim
Commit message (Collapse)AuthorAgeFilesLines
* Improve jsformdata (#20929)Juan Carlos2022-11-281-6/+10
| | | | | * jsformdata now accepts Blob data type similar to JS * jsformdata now accepts Blob data type similar to JS
* Use `.. warning::` (#17320)konsumlamm2021-03-101-1/+1
|
* Add module jsfetch (#12531)Juan Carlos2021-03-061-0/+65
* 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>