Mac OS X Reference Library Apple Developer
Search

ArrayBufferView

Module:
html
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

slice

slice



ArrayBufferView slice(
    in long start,
    in long end); 

Member Data

buffer
byteLength
byteOffset
length

buffer



readonly attribute ArrayBuffer buffer; 

byteLength



readonly attribute unsigned long byteLength; 

byteOffset



readonly attribute unsigned long byteOffset; 

length



readonly attribute unsigned long length; 

 

Did this document help you? Yes It's good, but... Not helpful...

Last Updated: 2010-05-27