[ ソース: 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.