Re: [whatwg/fetch] Ability to configure default Headers (#271)

It's pretty simple to achieve what you're asking with just `window.fetch = function (...) { ... }` where you call the original `fetch` with headers pre-filled.

---
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/271#issuecomment-205774025

Received on Tuesday, 5 April 2016 12:19:29 UTC