[Webkit-unassigned] [Bug 103454] Typed Arrays should be part of JSC

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 21 14:53:27 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=103454


Isaac Burns <isaacburns at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |isaacburns at gmail.com




--- Comment #10 from Isaac Burns <isaacburns at gmail.com>  2014-05-21 14:53:48 PST ---
(In reply to comment #9)
> (In reply to comment #8)
> > Phil, is it now possible to use typed arrays in projects that link to JavaScriptCore only, and don't create an HTML document? This is what this bug requested.
> 
> Yes.  They're now present on the global object by default.

What Alexey P. is asking is if there is a way to access the data within a TypedArray object through the JSC API.  For example, create and populate a Uint8Array in script, then pass the object to a native callback.  There still is no way to access the buffer, as Dominic S. suggests.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list