更新
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
'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;
|
||||
};
|
||||
Reference in New Issue
Block a user