- From: Charlie Harrison <notifications@github.com>
- Date: Tue, 02 Dec 2025 13:48:27 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 2 December 2025 21:48:31 UTC
csharrison created an issue (whatwg/fetch#1892) ### What problem are you trying to solve? I am trying to use `fetch` (and the Fetch spec more broadly) to send a cross-origin request where I am comfortable if the request has partitioned credentials, but not unpartitioned credentials. Currently I am forced to either a) omit credentials (hampering utility) or b) include credentials (hampering privacy if 3PC are available and used). ### What solutions exist today? Don't think there are any? ### How would you solve it? I am not an expert, possibly with a new property to sit alongside `credentials`. Maybe a new `credentials` enum value? ### Anything else? cc @DCtheTall @johannhof -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/1892 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/issues/1892@github.com>
Received on Tuesday, 2 December 2025 21:48:31 UTC