- From: Domenic Denicola <notifications@github.com>
- Date: Mon, 01 Feb 2021 09:40:11 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 1 February 2021 17:40:23 UTC
Well navigate (and downloads?) seems like it should always be include? We could force that inside the navigate algorithm, but that seems hacky; I'd almost prefer updating all the call sites then adding an assert inside the navigate algorithm. I'm honestly not sure what browsers do for importScripts(). If it's same-origin then omitting it seems OK I guess. Alternately we could try to remove the default entirely and make all callers consider this? Hmm, not sure... -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1153#issuecomment-771030010
Received on Monday, 1 February 2021 17:40:23 UTC