mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 04:39:10 +00:00
fix: don't expose globalThis.__bootstrap (#7344)
This commit is contained in:
parent
15649b61bd
commit
9e50b3ee61
6 changed files with 14 additions and 13 deletions
|
@ -393,7 +393,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
function isEitherArrayBuffer(x) {
|
||||
return x instanceof SharedArrayBuffer || x instanceof ArrayBuffer ||
|
||||
typeof x === "undefined";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue