<divclass="one_section"><aclass="section"href="#PasDoc-Description">Description</a></div><divclass="one_section"><aclass="section"href="#PasDoc-Classes">Classes, Interfaces, Objects and Records</a></div></div>
<p>Structure representing a V8 ArrayBuffer backing store. The backing store holds the memory that backs an ArrayBuffer. It must be created on a thread with a valid V8 isolate (renderer main thread or WebWorker thread). Once created, the data() pointer can be safely read/written from any thread. This allows expensive operations like memcpy to be performed on a background thread before creating the ArrayBuffer on the V8 thread.
<p>The backing store is consumed when passed to TCefv8ValueRef.NewArrayBufferFromBackingStore(), after which IsValid() returns false (0).