Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.145.175.71
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp_probe /
node_modules /
to-arraybuffer /
Delete
Unzip
Name
Size
Permission
Date
Action
.npmignore
45
B
-rw-r--r--
2016-01-13 02:55
.travis.yml
36
B
-rw-r--r--
2016-01-13 02:55
.zuul.yml
303
B
-rw-r--r--
2016-01-13 03:29
LICENSE
1.06
KB
-rw-r--r--
2016-01-13 01:40
README.md
940
B
-rw-r--r--
2016-01-13 04:01
index.js
881
B
-rw-r--r--
2016-01-13 03:28
package.json
1.63
KB
-rw-r--r--
2021-02-04 21:24
test.js
1.29
KB
-rw-r--r--
2016-01-13 03:07
Save
Rename
# to-arraybuffer [](https://travis-ci.org/jhiesey/to-arraybuffer) [](https://saucelabs.com/u/to-arraybuffer) Convert from a Buffer to an ArrayBuffer 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](https://www.npmjs.com/package/buffer). ## Usage ``` js var toArrayBuffer = require('to-arraybuffer') var buffer = new Buffer(100) // Fill the buffer with some data var ab = toArrayBuffer(buffer) // `ab` now contains the same data as `buffer` ``` ## License MIT