Re: Lazy Blob

On Wed, Aug 1, 2012 at 6:40 PM, Glenn Adams <glenn@skynav.com> wrote:

> Why restrict to XHR? How about WebSocket as data source?
>
Websockets support array buffers and therefore by extension any blob/file
object. However as a stream oriented API websockets have no content
aquisition, negotation, range and transfer semantics unless you prop those
up by yourself as an application layer protocol.

Received on Friday, 3 August 2012 01:33:05 UTC