[Webkit-unassigned] [Bug 185191] document.open() event listener removal is not immediate
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed May 2 09:19:52 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=185191
--- Comment #2 from Anne van Kesteren <annevk at annevk.nl> ---
Yeah, that sounds similar to how the standard works. When you invoke removeEventListener() it both removes from the list and sets a removed flag that dispatch will take into account.
I think this should work similar (and it does in Chrome and Firefox).
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180502/3f4670d3/attachment-0001.html>
More information about the webkit-unassigned
mailing list