Spaces:
Running
Running
Mark Karpelès
commited on
js : remove un-needed request header from fetchRemote (#2119)
Browse files- examples/helpers.js +0 -3
examples/helpers.js
CHANGED
|
@@ -34,9 +34,6 @@ async function fetchRemote(url, cbProgress, cbPrint) {
|
|
| 34 |
url,
|
| 35 |
{
|
| 36 |
method: 'GET',
|
| 37 |
-
headers: {
|
| 38 |
-
'Content-Type': 'application/octet-stream',
|
| 39 |
-
},
|
| 40 |
}
|
| 41 |
);
|
| 42 |
|
|
|
|
| 34 |
url,
|
| 35 |
{
|
| 36 |
method: 'GET',
|
|
|
|
|
|
|
|
|
|
| 37 |
}
|
| 38 |
);
|
| 39 |
|