Interface VMScriptXHRControl

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

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

Properties

Properties

abort: (() => void)

Type declaration

    • (): void
    • Returns void