Mark Karpelès commited on
Commit
6c54394
·
unverified ·
1 Parent(s): 087b1a8

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

Browse files
Files changed (1) hide show
  1. 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