Skip to content

request not aborted #85

@magicdawn

Description

@magicdawn

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(...)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions