Merged
Merged
Conversation
This commit changes the invocation order of events added to XMLHttpRequest, through both addEventListener() and on-handlers, to be more consistent with major browser such as Chrome / FF / IE, as well as other events already implemented in HtmlUnit through EventTarget. This is done by using the AT_TARGET invocation feature already supplied by EventTarget in a prior commit which is of a more robust implementation than the custom implementation in XMLHttpRequest.
atnak deleted the xhr_event_invocation_order branch
January 8, 2021 02:04Labels
None yet