<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Typed Arrays have no public facing API"
   href="https://bugs.webkit.org/show_bug.cgi?id=120112#c11">Comment # 11</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Typed Arrays have no public facing API"
   href="https://bugs.webkit.org/show_bug.cgi?id=120112">bug 120112</a>
              from <span class="vcard"><a class="email" href="mailto:dominic.szablewski&#64;gmail.com" title="Dominic Szablewski &lt;dominic.szablewski&#64;gmail.com&gt;"> <span class="fn">Dominic Szablewski</span></a>
</span></b>
        <pre>Facebook's react-native isn't able to send or receive binary data over WebSockets or XHR, because there's still no native API:

<a href="https://github.com/facebook/react-native/issues/1424">https://github.com/facebook/react-native/issues/1424</a>

I already wrote a Typed Array API for JSC that has served us extremely well for a few _years_ now [1]. Let me know if there's anything I can do to get this into JSC proper.

[1] <a href="https://github.com/phoboslab/JavaScriptCore-iOS/blob/typed-arrays/JavaScriptCore/API/JSTypedArray.h">https://github.com/phoboslab/JavaScriptCore-iOS/blob/typed-arrays/JavaScriptCore/API/JSTypedArray.h</a></pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>