summaryrefslogtreecommitdiff
path: root/ext/web/00_infra.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/web/00_infra.js')
-rw-r--r--ext/web/00_infra.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/web/00_infra.js b/ext/web/00_infra.js
index 1a2c34ecc..e42f2cc93 100644
--- a/ext/web/00_infra.js
+++ b/ext/web/00_infra.js
@@ -463,6 +463,9 @@ export const SymbolDispose = Symbol.dispose ?? Symbol("Symbol.dispose");
// deno-lint-ignore prefer-primordials
export const SymbolAsyncDispose = Symbol.asyncDispose ??
Symbol("Symbol.asyncDispose");
+// deno-lint-ignore prefer-primordials
+export const SymbolMetadata = Symbol.metadata ??
+ Symbol("Symbol.metadata");
export {
ASCII_ALPHA,