You need to have Blobs for ArrayBuffer to be of much use for XHR,
because you need to be able to set the Content-Type, and browsers may/will
fiddle with the content-type header you set, if you have not passed a Blob.

Blobs are defined under the File API (I believe).

Blob is already under the XHR spec, though I haven't seen it used in Webkit distros (responseBlob).

FileSystem is a wholly different matter.


On 12/23/2010 1:34 PM, Maciej Stachowiak wrote:

It should probably have its own feature define. It doesn't really make sense to have ArrayBuffer support in XHR only if you have either WebGL or File support.

Regards,
Maciej

On Dec 23, 2010, at 12:29 PM, Jian Li wrote:

Currently it is guarded by the same guarding expression.

CC Chris who implemented this feature since he knows whether it is ready all versions or not.


On Thu, Dec 23, 2010 at 11:23 AM, Darin Adler <da...@apple.com <mailto:da...@apple.com>> wrote:

    On Dec 23, 2010, at 11:21 AM, Jian Li wrote:

    > We do not add an additional check expression when TypedArray is
    added to XHR.

    Is the TypedArray support in XHR a feature in its own right?
    Should it be off by default or is it ready to be on for all
    versions of WebKit?

       -- Darin


_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org <mailto:webkit-dev@lists.webkit.org>
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to