@violentmonkey/types
    Preparing search index...

    Interface VMScriptXHRControl

    A control object returned by GM_xmlhttpRequest. control.abort() can be used to abort the request.

    interface VMScriptXHRControl {
        abort: () => void;
    }
    Index
    abort: () => void