Examples with "ArrayBuffer de" and their translation 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.
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.
Andere resultaten
El constructor de ArrayBuffer crea un nuevo ArrayBuffer del tamaño especificado en bytes.
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.
Las instancias de ArrayBuffer heredan de ArrayBuffer.prototype.
All ArrayBuffer instances inherit from ArrayBuffer.prototype.
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.
El ArrayBuffer es un tipo de datos que es usado para representar un buffer de datos binario de largo-fijado genérico.
The ArrayBuffer is a data type that is used to represent a generic, fixed-length binary data buffer.
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.
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.
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.
Por ejemplo, puedes crear una matriz de enteros de 8 bits que comparta el mismo ArrayBuffer con una matriz de enteros de 32 bits a partir de los mismos datos.
For example, you could create an 8-bit integer array that shares the same ArrayBuffer as an existing 32-bit integer array from the same data.
Ver también La propiedad de acceso ArrayBuffer[@species] devuelve el constructor ArrayBuffer.
The ArrayBuffer[@species] accessor property returns the ArrayBuffer constructor.
Potentieel gevoelige of ongepaste informatie
Er worden alleen voorbeelden gegeven om u te helpen het woord of de woordcombinatie waarop u hebt gezocht, te vertalen. Deze worden niet door ons geselecteerd of gevalideerd en kunnen ongepaste taal bevatten. Wij vragen u melding te maken van voorbeelden die dienen te worden aangepast of verwijderd. Vertalingen met grof of informeel taalgebruik worden meestal rood of oranje gemarkeerd.