Skip to content

Exit on double load

Chlod Alejandro requested to merge hotfix-1 into master

RedWarn currently proceeds with loading if one of the loads runs asynchronously. This change introduces an early-stage killswitch, which should trigger if a previous version of RedWarn is loaded and exists on the browser, and an attempt to asynchronously load a new instance exists (i.e. load race condition).

Merge request reports