summary refs log tree commit diff stats
path: root/lib/js
Commit message (Expand)AuthorAgeFilesLines
* Implement RFC-413 (#18749)Juan Carlos2021-08-262-4/+5
* Cleanup interval and timeout procs (#18431)Antonis Geralis2021-07-051-8/+10
* readAsText supports both Blob and File (fixes #18187) (#18189)mantielero2021-06-211-2/+2
* add `dom.scrollIntoView` with options; refs #18093 (#18181)Rainbow Asteroids2021-06-051-0/+6
* Add `checked` to dom (#18033)Joey2021-05-171-0/+3
* Add copyWithin for JavaScript (#17937)Juan Carlos2021-05-051-0/+13
* WIP: Added missing functions to jsre module (#17881)Yanis Zafirópulos2021-05-011-0/+30
* `typeof(voidStmt)` now works (#17807)Timothee Cour2021-04-231-5/+2
* Documentation only, dom (#17770)Juan Carlos2021-04-191-1/+3
* Fix small typos (#17680)konsumlamm2021-04-091-0/+1
* Improve jsre (#17365)Juan Carlos2021-03-211-30/+47
* Use importjs (#17422)konsumlamm2021-03-193-54/+54
* improve jsconsole (#17414)Juan Carlos2021-03-191-0/+10
* Documentation only jsconsole (#17384)Juan Carlos2021-03-161-0/+12
* Add Debug breakpoints support (#17295)Juan Carlos2021-03-081-0/+6
* followup #16871 asyncjs.then: allow pipelining procs returning futures (#17189)Timothee Cour2021-03-041-21/+58
* fix #17177 (#17243)flywind2021-03-031-2/+3
* make jsconsole.assertion errors less confusing in logs (#17179)Timothee Cour2021-02-251-1/+1
* asyncjs: add `then`, `catch` for promise pipelining (#16871)Timothee Cour2021-02-241-3/+66
* add createElementNS, will hopefully fix svgs for karax (#16938)Antonis Geralis2021-02-051-0/+1
* Add StorageEvent and correct Storage object (#16865)Antonis Geralis2021-01-291-8/+18
* js: improve tests + some docs (#16727)Timothee Cour2021-01-161-0/+1
* clean up the docs of some modules under lib/js (#16579)flywind2021-01-047-55/+55
* big steps torwards an efficient, simple IC implementation (#16543)Andreas Rumpf2021-01-021-2/+2
* Add assertions for jsconsole (#16460)Juan Carlos2020-12-301-1/+33
* styleCheck: Fix some inconsistent identifiers (#16177)ee72020-12-212-7/+7
* Fix broken links in docs (#16336)Elliot Waite2020-12-141-1/+1
* add math.isNaN (#16179)Timothee Cour2020-12-111-0/+1
* js module also uses runnableExamples (#16229)flywind2020-12-022-40/+32
* add `**` to jsffi (#16141)flywind2020-11-261-0/+1
* Add documentElement to Document. (#15943)treeform2020-11-131-0/+1
* add parent property to window in dom.nim (#15922)Bung2020-11-121-0/+1
* proc params as syms (#15332)cooldome2020-09-161-1/+9
* dom.Navigator add missing attributes (#15310)Juan Carlos2020-09-141-1/+16
* Fix #15183 (#15300)Juan Carlos2020-09-111-10/+13
* jsre: try to fix nightlies (#15057)Miran2020-07-241-0/+3
* Shadow Dom apis (#14979)Bung2020-07-212-0/+37
* add missing props,procs (#14978)Bung2020-07-141-0/+12
* Add missing dom.nim things (#14944)treeform2020-07-091-2/+30
* Add jsre (#14870)Juan Carlos2020-07-031-0/+43
* Clean out dom (#14855)Juan Carlos2020-06-301-4/+0
* Add all missing css properties to dom.nim. (#14825)treeform2020-06-261-4/+270
* Add hasAttribute method to dom.nim. (#14814)treeform2020-06-251-0/+1
* Export fields from the Selection object. (#14752)treeform2020-06-211-0/+7
* Add css white-space property to dom.nim. (#14743)treeform2020-06-211-0/+1
* Add clipPath to dom.nim. (#14435)treeform2020-05-241-1/+2
* Add missing attributes and methods to JavaScript DOM (#14428)Mildred Ki'Lya2020-05-221-0/+14
* fixes a bug reported in https://forum.nim-lang.org/t/6361 (#14422)Andreas Rumpf2020-05-211-31/+31
* move since from inclrtl to std/private/since (#14188)hlaaftana2020-05-021-1/+1
* add FileReader Web API to js dom (#14105)cooldome2020-04-271-9/+59