Re: [whatwg/fetch] Consider changing Response's url so it includes a fragment (#1167)

domenic left a comment (whatwg/fetch#1167)

Can you give a more detailed description of the proposed change's observable effects? I'm trying to infer them from https://github.com/web-platform-tests/wpt/pull/7261 but not sure I've gotten all of them.

Things I guess this might affect:

- Synthetic `new Response(url)` properties
- What the server worker sees on `responseObject.url` when the page issues a request to a fragment-containing URL
- What gets sent to the server when the page issues a request to a fragment-containing URL?
- The processing model of fragment-based features like... something around SVGs and canvases?
- `XMLHttpRequest` `responseURL` when sending an XHR to a URL with a fragment?

Are those correct? Are there others missing?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/1167#issuecomment-2829332317
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/issues/1167/2829332317@github.com>

Received on Friday, 25 April 2025 04:14:23 UTC