diff options
Diffstat (limited to 'runtime/js')
-rw-r--r-- | runtime/js/99_main.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/js/99_main.js b/runtime/js/99_main.js index d0171acd2..913761f6a 100644 --- a/runtime/js/99_main.js +++ b/runtime/js/99_main.js @@ -801,7 +801,6 @@ function bootstrapMainRuntime(runtimeOptions, warmup = false) { if (internals.future) { delete globalThis.window; delete Deno.Buffer; - delete Deno.File; delete Deno.FsFile.prototype.rid; delete Deno.funlock; delete Deno.funlockSync; @@ -965,7 +964,6 @@ function bootstrapWorkerRuntime( if (internals.future) { delete Deno.Buffer; - delete Deno.File; delete Deno.FsFile.prototype.rid; delete Deno.funlock; delete Deno.funlockSync; |