- From: Takeshi Yoshino <notifications@github.com>
- Date: Tue, 09 Dec 2014 23:03:21 -0800
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Wednesday, 10 December 2014 07:03:48 UTC
> populating objects from Response objects Oh, I see. In early discussion of Streams, @domenic was envisioning creation of objects such as video elements by piping data from Streams to them. Maybe populating objects from an opaque response would be realized by passing a `Response` object to the element or using some special method on a `Response` than using `pipeTo` family of the Streams API as we don't want to expose the response details to the script. Let's discuss in detail on a separate issue. ---- So, shall we just allow `mode` == `no CORS`? --- Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/581#issuecomment-66412197
Received on Wednesday, 10 December 2014 07:03:48 UTC