Thanks!!! Sent from my iPhone
On 06.07.2013, at 10:29, Dan Carney <[email protected]> wrote: > 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 a topic in the Google > Groups "v8-users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/v8-users/jFF3kjZ1dJ4/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > -- -- 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.
