mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
BREAKING(buffer): remove Deno.writeAll[Sync]()
(#25407)
This commit is contained in:
parent
ce6b675102
commit
072bf5d379
7 changed files with 1 additions and 82 deletions
|
@ -813,8 +813,6 @@ function bootstrapMainRuntime(runtimeOptions, warmup = false) {
|
|||
delete Deno.readSync;
|
||||
delete Deno.seek;
|
||||
delete Deno.seekSync;
|
||||
delete Deno.writeAll;
|
||||
delete Deno.writeAllSync;
|
||||
delete Deno.write;
|
||||
delete Deno.writeSync;
|
||||
}
|
||||
|
@ -988,8 +986,6 @@ function bootstrapWorkerRuntime(
|
|||
delete Deno.readSync;
|
||||
delete Deno.seek;
|
||||
delete Deno.seekSync;
|
||||
delete Deno.writeAll;
|
||||
delete Deno.writeAllSync;
|
||||
delete Deno.write;
|
||||
delete Deno.writeSync;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue