Re: [fetch] Initializing context/content specific fetch defaults (#43)

An alternative approach would be to reuse the media element `srcObject` API on other objects and make one of the accepted objects a `Response`. That does seem a little cleaner as using a URL effectively requires another roundtrip through Fetch (and gets a bit ickier with GC). @zcorpan, is `srcObject` being considered for `<img>`?

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

Received on Wednesday, 15 April 2015 11:38:18 UTC