05:41
<howdoi>
from when fetch's response.boby has become a readableStream?
05:53
<howdoi>
response.body.pipeThrough is undefined
05:55
<annevk>
howdoi: some time ago
05:55
<annevk>
howdoi: pipes are not yet a thing
05:55
<howdoi>
annevk: hmm, pipeThrough will be awesome to have
05:56
<annevk>
Yes
05:56
<howdoi>
we can do x => transform => y
05:56
<howdoi>
jsx => transfrom => html :D
06:26
<howdoi>
annevk: If we fetch an URL that returns a tar, I could used .blob and then extract it?
06:29
<annevk>
howdoi: I guess
06:35
<howdoi>
annevk: request('http://example.com/foo.gz').pipe(zlib.createGunzip()).pipe(out); something like that must be possible with pipeThrough, I guess
06:37
<annevk>
howdoi: something like that
06:38
<howdoi>
hmm
10:01
<annevk>
wanderview: JakeA: https://github.com/whatwg/storage/issues/31 is mostly because of the Cache API at this point, right?
10:02
<annevk>
wanderview: JakeA: do you know what browsers are doing about it? We should probably mention this in the standard somehow
10:21
<JakeA>
annevk: there have been some internal threads about it. Will direct them to this issue