Translation of "typedarray" in Spanish
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
This memory will be created as a TypedArray of bytes in JavaScript code, and requires the browser to be able to allocate a consecutive block of memory of this size.
Esta memoria será creada como un TypedArray de bytes en código JavaScript, y requiere que el navegador sea capaz de asignar un bloque de memoria consecutivo de este tamaño.
This includes arrays and array-like constructs such as Array objects and TypedArray objects. Array object
Esto incluye arrays y construcciones "array-like" tales como objetos Array y objetos TypedArray.
The TypedArray objects override the toString method of Object.
All Uint16Array objects inherit from %TypedArray%.prototype.
This is useful for Canvas data processing, for example. TypedArray objects
The for... of statement creates a loop iterating over iterable objects (including Array, Map, Set, String, TypedArray, arguments object and so on), invoking a custom iteration hook with statements to be executed for the value of each distinct property.
La sentencia for... of crea un bucle que itera a través de los elementos de objetos iterables (incluyendo Array, Map, Set, el objeto arguments, etc... ejecutando las sentencias de cada iteración con el valor del elemento que corresponda.
The TypedArray[@species] accessor property returns the constructor of a typed array.
Compatibilidad con navegadores Ver también La propiedad de acceso ArrayBuffer[@species] devuelve el constructor ArrayBuffer.