summaryrefslogtreecommitdiff
path: root/tests/specs/future/runtime_api/main.out
diff options
context:
space:
mode:
authorAsher Gomez <ashersaupingomez@gmail.com>2024-04-21 13:03:44 +1000
committerGitHub <noreply@github.com>2024-04-21 03:03:44 +0000
commit2f5a6a8514ad8eadce1a0a9f1a7a419692e337ef (patch)
tree882f6bbe3ecd56e55d0a545a63a5c761b09624fc /tests/specs/future/runtime_api/main.out
parent14ae4f897f3c92fd8f2d4ac06ce7fb3015071d2b (diff)
FUTURE(ext/net): remove `Deno.ConnectTlsOptions.(certFile|certChain|privateKey)` (#23270)
Towards #23089 --------- Signed-off-by: Asher Gomez <ashersaupingomez@gmail.com>
Diffstat (limited to 'tests/specs/future/runtime_api/main.out')
-rw-r--r--tests/specs/future/runtime_api/main.out2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/specs/future/runtime_api/main.out b/tests/specs/future/runtime_api/main.out
index 07b588495..4712a06b0 100644
--- a/tests/specs/future/runtime_api/main.out
+++ b/tests/specs/future/runtime_api/main.out
@@ -34,5 +34,7 @@ Deno.TlsListener.prototype.rid is undefined
Deno.TlsConn.prototype.rid is undefined
Deno.FsWatcher.prototype.rid is undefined
Deno.FsFile constructor is illegal
+Deno.ConnectTlsOptions.(certFile|keyFile) do nothing
+Deno.ConnectTlsOptions.(certChain|privateKey) do nothing
Deno.ListenTlsOptions.(keyFile|certFile) do nothing
Deno.customInspect is undefined