套件: node-to-arraybuffer (1.0.1-3)
node-to-arraybuffer 的相關超連結
Trisquel 的資源:
下載原始碼套件 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]
維護者:
Original Maintainers:
- Debian Javascript Maintainers (郵件存檔)
- Pirate Praveen
外部的資源:
- 主頁 [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.