yutakahirano / fetch-with-streams

Fetch API integrated with Streams.
66 stars 8 forks source link

Update for stream abstract operations #28

Closed domenic closed 9 years ago

domenic commented 9 years ago

whatwg/streams#310 changes the signature slightly of the start method used here. This commit updates the usage.

I couldn't find error used anywhere, BTW...

domenic commented 9 years ago

Actually, hold off. I think I am going to define EnqueueInReadableStream, CloseReadableStream, and ErrorReadableStream abstract ops, which you can use directly.

domenic commented 9 years ago

Updated this PR!