Details
-
Technical task
-
Resolution: Invalid
-
P2: Important
-
None
-
None
Description
A Buffer object is useful for binary operations in many areas, such as: image process, media data process, blob download/upload/modifications, WebGL, etc.
See also the node.js Buffer API:
http://nodejs.org/api/buffer.html#buffer_class_buffer
and Javascript ArraryBuffer and typed array ( part of the WebGL spec):
http://www.khronos.org/registry/webgl/specs/1.0/#ARRAYBUFFER
http://www.khronos.org/registry/typedarray/specs/1.0/