Re: [ServiceWorker] HTTP authentication and proxy authentication hook (#119)

That a) leaves out the case where there are no windows and b) is not what I think the ideal solution is here. I think the ideal solution is still for `fetch()` to never trigger browser UI and add some kind of API so you handle TLS client auth yourself, just like you can already with HTTP auth. Triggering browser UI for HTTP auth is actually a "feature" most developers dislike. They'd rather handle that prompt themselves. I'd assume the same is true for TLS client auth.

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/119#issuecomment-118309588

Received on Friday, 3 July 2015 10:29:16 UTC