Re: [whatwg/fetch] Define a cache for H2 server push & friends (#354)

Comment on "fetch group", sorry if its off topic:

One thing we have not had to deal with in FF so far are fetches in the same fetch group (we call it a LoadGroup) that are triggered from different processes.  We will have to figure this out as we move to a more multi-process architecture.  But this might explain some differences between FF and chrome today.  Perhaps we will end up looking more like chrome here for pragmatic reasons.

If we want to add functionality to fetch group we need to think about how they work across process boundaries.  I guess its more of an implementation concern, but it will restrict what can be realized from the spec.

-- 
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/issues/354#issuecomment-241033286

Received on Friday, 19 August 2016 14:27:53 UTC