js : remove un-needed request header from fetchRemote (#2119)

This commit is contained in:
Mark Karpelès 2024-05-13 21:13:19 +09:00 committed by GitHub
parent 1da5edcde0
commit 17fa62d3d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,9 +34,6 @@ async function fetchRemote(url, cbProgress, cbPrint) {
url, url,
{ {
method: 'GET', method: 'GET',
headers: {
'Content-Type': 'application/octet-stream',
},
} }
); );