Re: [whatwg/dom] Could a property be exposed so I can observe `.stopImmediatePropagation()`? (#958)

This is a bit edge case.  https://github.com/whatwg/dom/issues/958#issuecomment-793562155 doesn't look that bad to me.

But adding this should be also trivial. Tri-state might be a bit weird, since propagation can be stopped and separately immediate propagation, and in theory some script might care about those both.

The name immediatePropagationStopped would be consistent with the method name.

(cancelBubble is horrible, but it is legacy. It has nothing to do with bubble phase, but propagation.)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/958#issuecomment-796777961

Received on Thursday, 11 March 2021 14:31:30 UTC