WebReflection / linkedom

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

[BUG] initEvent canBubble = true should change the event to bubble #239

Closed Havunen closed 8 months ago

Havunen commented 11 months ago

event.initEvent method canBubble -argument should make the event bubble when true

Currently it does nothing

WebReflection commented 11 months ago

there's no interest in this project to be a JSDOM replacement ... for SSR events don't really matter and I am not sure why they should. That being said, if the PR won't affect performance anyhow to anything else it'll be more than welcome, but I don't have neither interest nor time to work on this, sorry.