Closed ROpdebee closed 1 year ago
Unify the fetch and GM_xmlHttpRequest interfaces into a single API, request. This will make it easier to add additional logic to requests (such as logging, mocking, etc.) and is overall just nicer to work with.
fetch
GM_xmlHttpRequest
request
Cherry-picked from #591.
:rocket: Released 2 new userscript version(s):
Unify the
fetch
andGM_xmlHttpRequest
interfaces into a single API,request
. This will make it easier to add additional logic to requests (such as logging, mocking, etc.) and is overall just nicer to work with.Cherry-picked from #591.