Skip to content

js/helpers: make XMLHttpRequests async

Piotr Kira requested to merge piotrkira/cibuglog:async_request into master

Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience.

Merge request reports