[ 源代码: node-to-arraybuffer ]
软件包:node-to-arraybuffer(1.0.1-3)
node-to-arraybuffer 的相关链接
Debian 的资源:
下载源码包 node-to-arraybuffer:
- [node-to-arraybuffer_1.0.1-3.dsc]
- [node-to-arraybuffer_1.0.1.orig.tar.gz]
- [node-to-arraybuffer_1.0.1-3.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Get an ArrayBuffer from a Buffer as fast as possible
Note that in some cases the returned ArrayBuffer is backed by the same memory as the original Buffer (but in other cases it is a copy), so **modifying the ArrayBuffer is not recommended**.
This module is designed to work both in node.js and in all browsers with ArrayBuffer support when using the Buffer implementation provided by Browserify
Node.js is an event-based server-side JavaScript engine.