On 7/14/16, 9:28 AM, "Harbs" <harbs.li...@gmail.com> wrote:

>This page says that Uint8Array inherits its prototype from TypedArray[2]
>which is referenced here.[3]
>
>[2]https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Globa
>l_Objects/Uint8Array
>[3]https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Globa
>l_Objects/TypedArray/prototype

But [3] points to [1] where it says:

A TypedArray object describes an array-like view of an underlying binary
data buffer 
<https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_O
bjects/ArrayBuffer>. There is no global property named TypedArray, nor is
there a directly visible TypedArray constructor.  Instead, there are a
number of different global properties, whose values are typed array
constructors for specific element types, listed below. On the following
pages you will find common properties and methods that can be used with
any typed array containing elements of any type.


There is no TypedArray listed in the es6.js externs we get from Google.
(and also, we aren't using ES6 yet either).

-Alex

Reply via email to