Add Uint8Array
and ArrayBuffer
to the list of types that can be sent in a GM_xmlhttpRequest
request
#2299
Labels
Milestone
Browser:Chrome131.0.6778.140
Extension:5.3.3/5.3.2
I used GM_xmlhttpRequest to post a transformed msgpack data(as Uint8Array) to the sever,but it post as string '[object Object]'
with Firefox all well done
my repository :https://github.com/rainsillwood/MementoMoriGuildHelper
request code on line 944,responseType is arraybuffer,Content-Type in headers is 'application/json; charset=UTF-8'
The text was updated successfully, but these errors were encountered: