From 49f6e2e79e66fe2c456e8745e86cfd148a748c9d Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Mon, 8 Apr 2024 08:59:37 +1000 Subject: FUTURE(ext/net): remove `Deno.(Conn|TlsConn|Listener|TlsListener|UnixConn).prototype.rid` (#23219) Towards #23089 --------- Signed-off-by: Asher Gomez --- tests/specs/future/runtime_api/main.out | 5 +++++ 1 file changed, 5 insertions(+) (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 252e33512..8ecca657f 100644 --- a/tests/specs/future/runtime_api/main.out +++ b/tests/specs/future/runtime_api/main.out @@ -27,5 +27,10 @@ Deno.writeAll is undefined Deno.writeAllSync is undefined Deno.write is undefined Deno.writeSync 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.FsWatcher.prototype.rid is undefined Deno.FsFile constructor is illegal -- cgit v1.2.3