From 9e50b3ee61b88b8767ecd1165f2aee62a81842de Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Fri, 4 Sep 2020 21:52:19 +1000 Subject: fix: don't expose globalThis.__bootstrap (#7344) --- op_crates/web/08_text_encoding.js | 1 - 1 file changed, 1 deletion(-) (limited to 'op_crates/web/08_text_encoding.js') 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"; -- cgit v1.2.3