Skip to content

[JS] Fix DefaultEventSubmitter#doSubmitEvents()

Phuedx requested to merge work/phuedx/1070992-follow-up into main

Two issues were discovered while trying to integrate the latest version of the library with MediaWiki:

  1. A beacon request is still sent when the event queue is drained
  2. All errors thrown when calling Navigator#sendBeacon() should be ignored
Edited by Phuedx

Merge request reports