about summary refs log tree commit diff stats
path: root/test/js/collection.html
Commit message (Collapse)AuthorAgeFilesLines
* dom: add forms, elements getter + misc fixesbptato2024-09-171-0/+26
* add document.forms * add form.elements * remove redundant jshasprop functions * use mpairs for attribute iteration (mpairs use pointers, but pairs copies) * fix remove() crash * fix remove() collection invalidation for children (if parent is not in the collection) * update monoucha