diff options
Diffstat (limited to 'runtime/js/99_main.js')
-rw-r--r-- | runtime/js/99_main.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/js/99_main.js b/runtime/js/99_main.js index e00c592f1..d83bfbff1 100644 --- a/runtime/js/99_main.js +++ b/runtime/js/99_main.js @@ -1,4 +1,3 @@ -// deno-lint-ignore-file no-deprecated-deno-api // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. // Remove Intl.v8BreakIterator because it is a non-standard API. @@ -800,7 +799,6 @@ function bootstrapMainRuntime(runtimeOptions, warmup = false) { } if (internals.future) { delete globalThis.window; - delete Deno.Buffer; delete Deno.FsFile.prototype.rid; } } else { @@ -959,7 +957,6 @@ function bootstrapWorkerRuntime( } if (internals.future) { - delete Deno.Buffer; delete Deno.FsFile.prototype.rid; } } else { |