From 17fa62d3d35e7b021b822adcd370bb620e97e282 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=20Karpel=C3=A8s?= Date: Mon, 13 May 2024 21:13:19 +0900 Subject: [PATCH] js : remove un-needed request header from fetchRemote (#2119) --- examples/helpers.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/helpers.js b/examples/helpers.js index 23f18ab..423bada 100644 --- a/examples/helpers.js +++ b/examples/helpers.js @@ -34,9 +34,6 @@ async function fetchRemote(url, cbProgress, cbPrint) { url, { method: 'GET', - headers: { - 'Content-Type': 'application/octet-stream', - }, } );