- From: Anne van Kesteren <notifications@github.com>
- Date: Sun, 05 Jul 2015 02:13:51 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Sunday, 5 July 2015 09:14:18 UTC
@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