summaryrefslogtreecommitdiff
path: root/runtime/js/99_main.js
diff options
context:
space:
mode:
authorAsher Gomez <ashersaupingomez@gmail.com>2024-09-03 20:46:13 +1000
committerGitHub <noreply@github.com>2024-09-03 10:46:13 +0000
commit03d8e474d7c2a2f28c266a1c6d2199f6f16f5afe (patch)
tree42a191cb017526f01b24060e94a9d295a3f292f1 /runtime/js/99_main.js
parent241fa7bc97c678a8021a136cf9abc142cb0e21a8 (diff)
BREAKING(io): remove `Deno.copy()` (#25345)
Towards #22079 --------- Signed-off-by: Asher Gomez <ashersaupingomez@gmail.com>
Diffstat (limited to 'runtime/js/99_main.js')
-rw-r--r--runtime/js/99_main.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/js/99_main.js b/runtime/js/99_main.js
index 1854a73fa..174612851 100644
--- a/runtime/js/99_main.js
+++ b/runtime/js/99_main.js
@@ -801,7 +801,6 @@ function bootstrapMainRuntime(runtimeOptions, warmup = false) {
if (future) {
delete globalThis.window;
delete Deno.Buffer;
- delete Deno.copy;
delete Deno.File;
delete Deno.fstat;
delete Deno.fstatSync;
@@ -979,7 +978,6 @@ function bootstrapWorkerRuntime(
if (future) {
delete Deno.Buffer;
- delete Deno.copy;
delete Deno.File;
delete Deno.fstat;
delete Deno.fstatSync;