From d8f3123c365d17bfb0f73431160dcb1a2af19c32 Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Fri, 6 Sep 2024 18:28:05 +1000 Subject: BREAKING(buffer): remove `Deno.Buffer` (#25441) Towards #22079 --------- Signed-off-by: Asher Gomez --- tests/specs/future/runtime_api/main.js | 1 - tests/specs/future/runtime_api/main.out | 1 - 2 files changed, 2 deletions(-) (limited to 'tests/specs/future/runtime_api') diff --git a/tests/specs/future/runtime_api/main.js b/tests/specs/future/runtime_api/main.js index d19e68f1b..23884c961 100644 --- a/tests/specs/future/runtime_api/main.js +++ b/tests/specs/future/runtime_api/main.js @@ -1,5 +1,4 @@ console.log("window is", globalThis.window); -console.log("Deno.Buffer is", Deno.Buffer); console.log( "Deno.FsFile.prototype.rid is", Deno.openSync(import.meta.filename).rid, diff --git a/tests/specs/future/runtime_api/main.out b/tests/specs/future/runtime_api/main.out index beaeecd93..d4c6ab326 100644 --- a/tests/specs/future/runtime_api/main.out +++ b/tests/specs/future/runtime_api/main.out @@ -1,5 +1,4 @@ window is undefined -Deno.Buffer is undefined Deno.FsFile.prototype.rid is undefined Deno.Listener.prototype.rid is undefined Deno.Conn.prototype.rid is undefined -- cgit v1.2.3