summary refs log tree commit diff stats
path: root/lib/js/jsconsole.nim
Commit message (Collapse)AuthorAgeFilesLines
* clean up the docs of some modules under lib/js (#16579)flywind2021-01-041-1/+1
|
* Add assertions for jsconsole (#16460)Juan Carlos2020-12-301-1/+33
|
* Jsconsole update (#12448)Juan Carlos2020-04-021-35/+36
| | | | | | * Improve jsconsole adding the rest of the stable api as documented on the standard at https://developer.mozilla.org/docs/Web/API/Console * Improve jsconsole, add runnableexamples * Simplify jsconsole
* Fix many broken linksJjp1372019-10-221-1/+1
| | | | | | Note that contrary to what docgen.rst currently says, the ids have to match exactly or else most web browsers will not jump to the intended symbol.
* Improve jsconsole adding the rest of the stable api as documented on the ↵Juan Carlos2019-10-171-1/+26
| | | | standard at https://developer.mozilla.org/docs/Web/API/Console (#12440)
* New version of js console using macros - avoid the use of .apply methodAndrea Ferretti2016-10-061-4/+22
|
* Updated js console logging to avoid wrapping into arrayAndrea Ferretti2016-10-061-17/+4
|
* Update to allow varargs in js console loggingAndrea Ferretti2016-09-221-1/+8
|
* Added js console objectAndrea Ferretti2016-09-211-0/+32