summary refs log tree commit diff stats
path: root/lib/js
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixes #14110 (#14111)Jae Yang2020-04-251-1/+1
* changed type() to typeof() in docs and error messages (#14084)hlaaftana2020-04-241-1/+1
* Fix the getSelection method. (#13632)treeform2020-04-211-1/+8
* fix newDomParser (#13981)Timothee Cour2020-04-161-1/+1
* Add jsdomparser (#13920)Juan Carlos2020-04-131-1/+18
* Jsconsole update (#12448)Juan Carlos2020-04-021-35/+36
* Add more JS stuff to dom.nim (#13483)treeform2020-03-111-26/+45
* scrollTop must be settable (#13263)Jairo2020-01-271-0/+1
* Add "origin" to window.location (#13251)Jairo2020-01-241-0/+1
* Fix many broken linksJjp1372019-10-222-2/+2
* Improve jsconsole adding the rest of the stable api as documented on the stan...Juan Carlos2019-10-171-1/+26
* JS: gensym is stricter for 'this'; refs #12246 [backport]Araq2019-09-301-1/+1
* importjs symbol (#12218)Arne Döring2019-09-201-4/+4
* fix failing JS testsnarimiran2019-07-221-1/+0
* Add `opacity` to JS `Style`Benjamin Summerton2019-07-211-0/+2
* libffi: style changesAraq2019-06-191-50/+50
* Fix header inconsistencies in documentation (#11071)Zed2019-04-231-1/+1
* some dom proc correction and complement (#10684)liuxiaodong2019-02-151-4/+9
* DOM module: re-add more missing stuffAraq2019-02-081-1/+36