📁
SKYSHELL MANAGER-
🛒
PHP v7.4.33
Create Folder
Create File
Current Path:
home
/
oshofree
/
public_html
/
chbluxuries.com
/
chb_data
/
Name
Size
Permissions
Actions
📁
..
-
0755
🗑️
🔒
📄
config.php
7.06 KB
0444
🗑️
⬇️
✏️
🔒
📄
error_log
39525.75 KB
0644
🗑️
⬇️
✏️
🔒
Editing: index.js
'use strict'; var callBound = require('call-bound'); var $byteLength = callBound('ArrayBuffer.prototype.byteLength', true); var isArrayBuffer = require('is-array-buffer'); /** @type {import('.')} */ module.exports = function byteLength(ab) { if (!isArrayBuffer(ab)) { return NaN; } return $byteLength ? $byteLength(ab) : ab.byteLength; }; // in node < 0.11, byteLength is an own nonconfigurable property
💾 Save Changes