On Mon, Jul 4, 2016 at 2:24 PM, Elia Mazzuoli <[email protected]> wrote: > Umm thank you for the response... but isn't clear for me. Now I develop on > version 6.2.1 seems that "ArrayBufferView" have an instance of Uint8Array.. > but how this help for my questions? > > 1. Why I see inside my "ArrayBuffer" the entire js code and other binary > content?
Buffers can be sliced off a larger buffer. The ArrayBuffer is that larger buffer. > 2. What is the right way for access to data? I already told you. -- -- 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/d/optout.
