[fetch] clarify if internal fetch algorithm needs original URL with the fragment intact (#84)

Currently the Request and Response .url getters are defined as:

  The url attribute's getter must return request's url, serialized with the exclude-fragment flag set. 

It would be nice to clarify that the spec doesn't actually need the fragment to be set on the Request internally either.  It may be easier for some implementations to just strip the fragment upfront.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/84

Received on Thursday, 16 July 2015 18:56:25 UTC