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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 6 12:19:39 PST 2013


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





--- Comment #4 from Oliver Hunt <oliver at apple.com>  2013-11-06 12:18:25 PST ---
Okay, here are thoughts about use cases that might be required:

* New API type that is based on a typed array
* Typed array referencing memory provided by an external source
* Extracting and working on typed array data - probably want type and pointer.
  - Could we provide a callback/block based api that could operate over the data without requiring slowdown and waste? e.g. a temporary pinning

I'm sure that there are other use cases
(incidentally maybe we want to update the C API with an index getter?)

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