From a9ed06b8324d4b139aea516d045bdbd091f15be9 Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Sat, 7 Sep 2024 09:01:36 +1000 Subject: BREAKING(net): remove `Deno.{Conn,TlsConn,TcpConn,UnixConn}.prototype.rid` (#25446) Towards #22079 --------- Signed-off-by: Asher Gomez --- tests/specs/future/runtime_api/main.out | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/specs/future/runtime_api/main.out') diff --git a/tests/specs/future/runtime_api/main.out b/tests/specs/future/runtime_api/main.out index d4c6ab326..7ca664c30 100644 --- a/tests/specs/future/runtime_api/main.out +++ b/tests/specs/future/runtime_api/main.out @@ -1,10 +1,7 @@ window is undefined Deno.FsFile.prototype.rid is undefined Deno.Listener.prototype.rid is undefined -Deno.Conn.prototype.rid is undefined -Deno.UnixConn.prototype.rid is undefined Deno.TlsListener.prototype.rid is undefined -Deno.TlsConn.prototype.rid is undefined Deno.FsFile constructor is illegal Deno.ConnectTlsOptions.(certFile|keyFile) do nothing Deno.ConnectTlsOptions.(certChain|privateKey) do nothing -- cgit v1.2.3