summaryrefslogtreecommitdiff
path: root/op_crates/web/08_text_encoding.js
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2020-09-04 21:52:19 +1000
committerGitHub <noreply@github.com>2020-09-04 07:52:19 -0400
commit9e50b3ee61b88b8767ecd1165f2aee62a81842de (patch)
tree6064237d5d7edf6339816b3620c33c8e18ca8a50 /op_crates/web/08_text_encoding.js
parent15649b61bd7ac5d868f2df2825e242a39582a622 (diff)
fix: don't expose globalThis.__bootstrap (#7344)
Diffstat (limited to 'op_crates/web/08_text_encoding.js')
-rw-r--r--op_crates/web/08_text_encoding.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/op_crates/web/08_text_encoding.js b/op_crates/web/08_text_encoding.js
index e938eecd1..f759fb66c 100644
--- a/op_crates/web/08_text_encoding.js
+++ b/op_crates/web/08_text_encoding.js
@@ -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";