- From: Takeshi Yoshino <notifications@github.com>
- Date: Fri, 30 Jan 2015 08:16:09 -0800
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Friday, 30 January 2015 16:16:37 UTC
BTW, Yutaka questioned what we should do with the ReadableStream when e.g. `.text()` fails due to invalid UTF-8 data. We came up with the following options: 1. stays `"readable"` with unconsumed data (or stays `"closed"` if the UTF-8 decoder has already drained all bytes) 1. becomes `"closed"` after draining unconsumed data 1. becomes `"errored"` --- Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/452#issuecomment-72225764
Received on Friday, 30 January 2015 16:16:37 UTC