单词 | arraybuffer | ||||
释义 |
|
要指定收到的二进制数据的格式,可将 WebSocket 对象的 binaryType 属性设为“blob”或“arraybuffer”。 html5rocks.com | To specify the format of the received binary, set the binaryType property of WebSocket object to either 'blob' or 'arraybuffer'. html5rocks.com |
如果您需要原始数据的通用缓冲区,ArrayBuffer就非常好用,但是它真正强大的功能是让您使用 JavaScript 类型数组创建底层数据的“视图”。 html5rocks.com | They are super handy if you need a generalized buffer of raw data, but the real power behind these guys is that you can create "views" of the underlying data using JavaScript typed arrays. html5rocks.com |
英汉双解词典包含2273206条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。