[media-source] Feature Request: Implement appendBuffer(blob)

beaufortfrancois has just created a new issue for https://github.com/w3c/media-source:

== Feature Request: Implement appendBuffer(blob) ==
Is there's a technical reason why blob is not a valid source for `appendBuffer()`?
The immediate benefit I see to use blob is to not fetch the whole content at once into renderer memory like arrayBuffer does. It would be especially true in responses from the Cache API.

Please view or discuss this issue at https://github.com/w3c/media-source/issues/185 using your GitHub account

Received on Wednesday, 21 June 2017 06:26:20 UTC