You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
} else if (input && input.buffer instanceof ArrayBuffer) {
const uint8Array = new Uint8Array(input.buffer)
randomFillUint8(uint8Array, bytes)
return input
}
throw Object.assign(new TypeError(`[ERR_INVALID_ARG_TYPE]: The "buf" argument must be an instance of ArrayBufferView. Received type ${typeof input} (${input})`), { code: 'ERR_INVALID_ARG_TYPE' })