[Bug 25818] [imports]: The dedup behavior with redirects should be clarified.

https://www.w3.org/Bugs/Public/show_bug.cgi?id=25818

--- Comment #3 from Anne <annevk@annevk.nl> ---
If we're fetching the same URL, as in:

  <link rel=import href=/a id=a>
  <link rel=import href=/a id=b>

#b can reuse an ongoing process for #a in Fetch. I need to explicitly allow
that somehow (bug 25872). See step 10 of
http://www.whatwg.org/specs/web-apps/current-work/multipage/fetching-resources.html#fetch
for how we used to do this.

I don't think you'd need deep interaction with the fetching layer. The moment
you get back a response the whole resource has not yet been downloaded and at
that point you could make decisions and maybe terminate that particular fetch.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Friday, 23 May 2014 06:26:18 UTC