- From: Anson Chen <notifications@github.com>
- Date: Wed, 14 Aug 2024 09:34:20 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 14 August 2024 16:34:24 UTC
I tried this code in both Chrome and Safari, but it doesn't seem to work: ```js fetch('https://pscrb.fm/rss/p/media.transistor.fm/db73bbc2/d569819b.mp3', { mode: 'no-cors', headers: { Range: 'bytes=0-10240' } }) ``` When I check the Network tab in DevTools, the request headers don't show the Range header. I'm not sure if I'm misunderstanding something. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1312#issuecomment-2289259355 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1312/c2289259355@github.com>
Received on Wednesday, 14 August 2024 16:34:24 UTC