Conversation
|
Note that this change could have downstream effects on classes that extend Object3D: Lines 115 to 119 in 670b1e9 It may not — I don't see any calls to |
|
Yeah, I suspect this change will break everything. @treblereel Have you tested this? |
|
@mrdoob yeap, i my case all good. i also checked demos and got no issues |
|
Hey, quick question on this one: Could we simply extend EventTarget and add the hasEventListener function? class EventDispatcher extends EventTarget {
hasEventListener( type, listener ) {
// ...
}
} |
|
Does not work in |
|
Actually it was added into node.js v15.0.0 |
ok, good to know, closing this PR |
Just want to add that a benchmark showed that using |
|
oh shoot. that's a big difference. Thank you for pointing that one out @Mugen87. Let's stick with what we got |
Related issue: #19986