requestReplayInjection top-level constant

String const requestReplayInjection

Implementation

const requestReplayInjection = """
if(!window.reclaimFetchInjected){
      fetch(window.location.href,{method:"GET"}).then(async (response) => {})
      window.reclaimFetchInjected = true;
    }
""";