D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
forge
/
shaghela.online
/
node_modules
/
core-js
/
internals
/
Filename :
array-buffer-not-detached.js
back
Copy
'use strict'; var isDetached = require('../internals/array-buffer-is-detached'); var $TypeError = TypeError; module.exports = function (it) { if (isDetached(it)) throw new $TypeError('ArrayBuffer is detached'); return it; };