summaryrefslogtreecommitdiff
path: root/op_crates
diff options
context:
space:
mode:
Diffstat (limited to 'op_crates')
-rw-r--r--op_crates/web/08_text_encoding.js1
-rw-r--r--op_crates/web/event_test.js1
2 files changed, 0 insertions, 2 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";
diff --git a/op_crates/web/event_test.js b/op_crates/web/event_test.js
index 4f9f94fa9..f533d78fb 100644
--- a/op_crates/web/event_test.js
+++ b/op_crates/web/event_test.js
@@ -72,7 +72,6 @@ function eventPreventDefaultSuccess() {
}
function eventInitializedWithNonStringType() {
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
const type = undefined;
const event = new Event(type);