[Webkit-unassigned] [Bug 120112] New: Typed Arrays have no public facing API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 21 08:59:26 PDT 2013


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

           Summary: Typed Arrays have no public facing API
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dominic.szablewski at gmail.com


Relating to Bug 103454 - I see that Typed Arrays are now part of JSC itself, but it seems there's no public facing API to read/write/create them.

I previously shoved the old Typed Array implementation into a JSC fork and wrote a concise API for it. This worked out really well in practise:
https://github.com/phoboslab/JavaScriptCore-iOS/blob/typed-arrays/JavaScriptCore/API/JSTypedArray.h

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