Re: [whatwg/fetch] Change default of request's credentials mode (#1153)

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