GM.xmlHttpRequest
send supports more data types and deprecates binary
key
#708
Labels
GM.xmlHttpRequest
send supports more data types and deprecates binary
key
#708
It seems that the
binary
key comes from the ancientsendAsBinary()
non-standard API.Nowadays, the
XMLHttpRequest: send() method
has native support for multiple data types.The
binary
key is only for data of typestring
and there is no need to continue to exist.So the best way is to support these data types and remove the legacy
binary
key support.References:
https://violentmonkey.github.io/api/gm/#gm_xmlhttprequest
https://www.tampermonkey.net/documentation.php#api:GM_xmlhttpRequest
The text was updated successfully, but these errors were encountered: