On Friday, July 5, 2013 12:03:09 AM UTC+2, Arseniy Pavlenko wrote: > > Any updates/workarounds for 8 bit binary strings?
V8 supports 8 bit strings now. It has for some months. Use String::NewFromOneByte. For arbitrary binary data, though, you probably want an array. -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
