<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body bgcolor="#ffffff" text="#000000">
    You need to have Blobs for ArrayBuffer to be of much use for XHR,<br>
    because you need to be able to set the Content-Type, and browsers
    may/will<br>
    fiddle with the content-type header you set, if you have not passed
    a Blob.<br>
    <br>
    Blobs are defined under the File API (I believe).<br>
    <br>
    Blob is already under the XHR spec, though I haven't seen it used in
    Webkit distros (responseBlob).<br>
    <br>
    FileSystem is a wholly different matter.<br>
    <br>
    <br>
    On 12/23/2010 1:34 PM, Maciej Stachowiak wrote:
    <blockquote
      cite="mid:E4E922E2-42C7-45D9-B4CD-0FBA9846C786@apple.com"
      type="cite">
      <div><br>
      </div>
      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.
      <div><br>
      </div>
      <div>Regards,</div>
      <div>Maciej<br>
        <div><br>
          <div>
            <div>On Dec 23, 2010, at 12:29 PM, Jian Li wrote:</div>
            <br class="Apple-interchange-newline">
            <blockquote type="cite">Currently it is guarded by the same
              guarding expression.
              <div><br>
              </div>
              <div>CC Chris who implemented this feature since he knows
                whether it is ready all versions or not.<br>
                <div><br>
                  <br>
                  <div class="gmail_quote">On Thu, Dec 23, 2010 at 11:23
                    AM, Darin Adler <span dir="ltr">&lt;<a
                        moz-do-not-send="true"
                        href="mailto:darin@apple.com">darin@apple.com</a>&gt;</span>
                    wrote:<br>
                    <blockquote class="gmail_quote" style="margin: 0pt
                      0pt 0pt 0.8ex; border-left: 1px solid rgb(204,
                      204, 204); padding-left: 1ex;">
                      <div class="im">On Dec 23, 2010, at 11:21 AM, Jian
                        Li wrote:<br>
                        <br>
                        &gt; We do not add an additional check
                        expression when TypedArray is added to XHR.<br>
                        <br>
                      </div>
                      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?<br>
                      <font color="#888888"><br>
                        &nbsp; &nbsp;-- Darin<br>
                        <br>
                      </font></blockquote>
                  </div>
                  <br>
                </div>
              </div>
              _______________________________________________<br>
              webkit-dev mailing list<br>
              <a moz-do-not-send="true"
                href="mailto:webkit-dev@lists.webkit.org">webkit-dev@lists.webkit.org</a><br>
              <a class="moz-txt-link-freetext" href="http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev">http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev</a><br>
            </blockquote>
          </div>
          <br>
        </div>
      </div>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
webkit-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:webkit-dev@lists.webkit.org">webkit-dev@lists.webkit.org</a>
<a class="moz-txt-link-freetext" href="http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev">http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>