From a69b1e699ef76568a4a3da47939134abda545ec7 Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Wed, 11 Sep 2024 07:19:34 +1000 Subject: BREAKING(fs): remove `Deno.FsFile.prototype.rid` (#25499) Towards #22079 --------- Signed-off-by: Asher Gomez --- runtime/js/99_main.js | 5 ----- 1 file changed, 5 deletions(-) (limited to 'runtime/js/99_main.js') diff --git a/runtime/js/99_main.js b/runtime/js/99_main.js index 4b17635bb..36f08dce5 100644 --- a/runtime/js/99_main.js +++ b/runtime/js/99_main.js @@ -783,7 +783,6 @@ function bootstrapMainRuntime(runtimeOptions, warmup = false) { } if (internals.future) { delete globalThis.window; - delete Deno.FsFile.prototype.rid; } } else { // Warmup @@ -930,10 +929,6 @@ function bootstrapWorkerRuntime( nodeDebug, }); } - - if (internals.future) { - delete Deno.FsFile.prototype.rid; - } } else { // Warmup return; -- cgit v1.2.3