mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
parent
0450c12df5
commit
713ed065e7
6 changed files with 0 additions and 21 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue