joshua655 / v8cgi

Automatically exported from code.google.com/p/v8cgi
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Improvements to binary handling #75

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be great if the IO routines were modified to handle data using the  
CommonJS Binary proposals (B or D), rather than a String or an Array. V8 does 
UTF8 filtering on strings and arrays of Number objects (although not incorrect) 
is quite a heavy solution.

Original issue reported on code.google.com by hapaliba...@googlemail.com on 17 Nov 2010 at 2:23

GoogleCodeExporter commented 9 years ago

Original comment by ondrej.zara on 17 Nov 2010 at 3:24

GoogleCodeExporter commented 9 years ago
Implemented for release 0.9.0.

Original comment by ondrej.zara on 9 Dec 2010 at 8:02