Download for Windows Premium
Publiciteit
de ArrayBuffer

Vertaling van "de ArrayBuffer" in Engels

We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
ArrayBuffer
Como con todos los constructores, puedes modificar el prototipo del constructor para aplicar cambios sobre todas las instancias de ArrayBuffer.
As with all constructors, you can change the constructor's prototype object to make changes to all ArrayBuffer instances.
El constructor de ArrayBuffer crea un nuevo ArrayBuffer del tamaño especificado en bytes.
The ArrayBuffer constructor creates a new ArrayBuffer of the given length in bytes.
Devuelve true si arg es una de las vistas de ArrayBuffer, como pueden ser los arrays tipados o un DataView.
Returns true if arg is one of the ArrayBuffer views, such as typed array objects or a DataView.
Las instancias de ArrayBuffer heredan de ArrayBuffer.prototype.
All ArrayBuffer instances inherit from ArrayBuffer.prototype.
Desde el ECMAScript 2015, los constructores de ArrayBuffer requieren ser instanciados usando el operador new.
Starting with Firefox 40, DataView requires to be constructed with a new operator.
Desde el ECMAScript 2015, los constructores de ArrayBuffer requieren ser instanciados usando el operador new.
Starting with ECMAScript 2015, Uint16Array constructors require to be constructed with a new operator.
Instancias de ArrayBuffer Todas las instancias de ArrayBuffer heredan de ArrayBuffer.prototype.
All Uint16Array objects inherit from %TypedArray%.prototype.

Andere resultaten

Un nuevo objeto ArrayBuffer de tamaño específico.
A new ArrayBuffer object of the specified size.
El responseType "arraybuffer" nos devuelve el contenido del recurso solicitado de servidor para utilizarlo desde JavaScript en forma de un objeto ArrayBuffer.
The "arraybuffer" responseType provides the contents of the requested server resource to JavaScript as an ArrayBuffer object.
Al igual que con los distintos tipos de arrays que comentábamos antes, Typed Arrays nos ofrece también un objeto DataView que podemos utilizar para leer y escribir los contenidos en un ArrayBuffer de manera no estructurada.
As well as the various array types introduced above, Typed Arrays also provide a DataView object that can be used to read and write the contents of an ArrayBuffer in an unstructured way.
No puedes manipular directamente el contenido de un ArrayBuffer; en su lugar, creas una vista de vector tipado o una DataView que representa al buffer en un formato específico, y usas eso para leer y escribir los contenidos del buffer.
You can't directly manipulate the contents of an ArrayBuffer; instead, you create a typed array view or a DataView which represents the buffer in a specific format, and use that to read and write the contents of the buffer.
Retorna el offset (en bytes) del Uint8Array desde el inicio de su ArrayBuffer.
Returns the offset (in bytes) of the Int16Array from the start of its ArrayBuffer.
Ver también La propiedad de acceso ArrayBuffer[@species] devuelve el constructor ArrayBuffer.
The ArrayBuffer[@species] accessor property returns the ArrayBuffer constructor.
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor de ArrayBuffer in het Spaans

Publiciteit

Resultaten: 38. Exact: 7. Verstreken tijd: 104 ms.