PHP 7.4.33
Preview: index.js Size: 497 B
/var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/data-view-byte-length/index.js
'use strict';

var $TypeError = require('es-errors/type');

var callBound = require('call-bound');

var $dataViewByteLength = callBound('DataView.prototype.byteLength', true);

var isDataView = require('is-data-view');

// node <= 0.10, < 0.11.4 has a nonconfigurable own property instead of a prototype getter
/** @type {import('.')} */
module.exports = $dataViewByteLength || function byteLength(x) {
	if (!isDataView(x)) {
		throw new $TypeError('not a DataView');
	}

	return x.byteLength;
};

Directory Contents

Dirs: 2 × Files: 9
Name Size Perms Modified Actions
.github DIR
- drwxr-xr-x 2025-03-28 11:04:36
Edit Download
test DIR
- drwxr-xr-x 2025-03-28 11:04:36
Edit Download
184 B lrw-r--r-- 2025-03-28 11:04:36
Edit Download
216 B lrw-r--r-- 2025-03-28 11:04:36
Edit Download
2.82 KB lrw-r--r-- 2025-03-28 11:04:36
Edit Download
151 B lrw-r--r-- 2025-03-28 11:04:36
Edit Download
497 B lrw-r--r-- 2025-03-28 11:04:36
Edit Download
1.05 KB lrw-r--r-- 2025-03-28 11:04:36
Edit Download
2.39 KB lrw-r--r-- 2025-03-28 11:04:36
Edit Download
2.02 KB lrw-r--r-- 2025-03-28 11:04:36
Edit Download
242 B lrw-r--r-- 2025-03-28 11:04:36
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).