[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:56:31 PDT 2014


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





--- Comment #11 from Filip Pizlo <fpizlo at apple.com>  2014-05-21 14:56:53 PST ---
(In reply to comment #10)
> (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.

That's correct.  I agree that such a feature would be cool!

-- 
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