Takeshi Yoshino

Results 50 comments of Takeshi Yoshino

> What if something like a GrepTransformStream receives an ArrayBuffer containing, say, 3.5 lines of text. It then wants to give the consumer the 1st line and the 3rd, but...

I think it's worth trying though it might result in making the interface almost the same as direct use of a raw ReadableStream and WritableStream which may look useless. I...

We've finalized the ReadableStream. Let's investigate the plans again based on the up-to-date ReadableStream design. The 2 plans proposed are: - (a) just allow postMessage()-ing ReadableStream - (b) have a...

This scheme is already in use widely by CDNs. Chrome's HTMLMediaElement is stitching fragments served for different URLs together (see the opening comment of https://code.google.com/p/chromium/issues/detail?id=532569 by strobe). Chrome's resource loader...

Just to make sure, the proposal by @rocallahan is that once the UA receives any body bytes back from the server, it stops following further redirects?

Seems the model doesn't work for some CDNs. See this post by strobe@ from YouTube https://code.google.com/p/chromium/issues/detail?id=532569#c33

I wanted to make sure I'm understanding what you said in the second paragraph correctly. It was my mistake that I referred to the paragraph by "proposal". Thanks for replying...

Could someone with edit permission correct EvenSource -> EventSource in the title? I think this is easy to implement on Chromium and wouldn't introduce so much complexity. Wanna hear other...

Thanks. We could leave this as an open question in the first draft. I expect that we can get more insightful input from httpbis guys and also this will have...

Thank you Misiu for filing the feature request and the bugs for each vendor. Regarding complexity, for the web platform, this would require non-trivial amount of work at both spec...