Description
currently request not aborted.
both tampermonkey & violentmonkey support abort() onfly GM_xmlhttpRequest
pseudo code for using abort of the return value
requet.singal.addEventListener('abort', () => {
ret?.abort?.()
})
const ret = GM.xmlhttpRequest(...)
Description
currently request not aborted.
both tampermonkey & violentmonkey support
abort()onflyGM_xmlhttpRequestpseudo code for using abort of the return value