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

@domenic I think my new way of thinking about `fetch()` is that it does fetching the same way XMLHttpRequest et al approach it, but that you can opt-out of the "magic". E.g. in this case by setting client/dialogWindow to null. (Of course, as @sleevi indicates not all "magic" can be handled by JavaScript, but simple HTTP authentication flows certainly can, and I agree would indeed be better.)

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

Received on Sunday, 5 July 2015 09:14:18 UTC