Re: [fetch] Preconnect via Fetch? (#114)

I think it needs to be a separate API since what it seems to be doing is essentially establishing a connection of sorts. Whereas Fetch might grab such a connection if it exists, or establish a new one otherwise. And even that is not really Fetch' purview, that is more HTTP which takes care of that. And WebSocket presumably has something similar.

You should probably first have a clear processing model for what `preconnect` is supposed to be doing. Then you could build an API on top.

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

Received on Tuesday, 25 August 2015 16:55:10 UTC