0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-11 16:35:27 -05:00
denoland-deno/tests/specs/future/runtime_api/main.out

13 lines
484 B
Text
Raw Normal View History

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
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
Deno.ListenTlsOptions.(keyFile|certFile) do nothing