Unverified Commit 48ef47b8 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

fix: Previous XHR not aborted (#1163)

parent 10c902bc
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -7,6 +7,10 @@ function getInfo() {
    var url = "msg.html";

    try {
        if (request) {
            request.abort();
        }

        if (window.XMLHttpRequest) {
            request = new XMLHttpRequest();
        } else {