WebReflection / linkedom

A triple-linked lists based DOM implementation.
https://webreflection.medium.com/linkedom-a-jsdom-alternative-53dd8f699311
ISC License
1.62k stars 78 forks source link

[BUG] event.composedPath should return list of html nodes #238

Open Havunen opened 9 months ago

Havunen commented 9 months ago

event.composedPath should return list of html nodes

currently it returns objects with target and currentTarget properties.