You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deno.ListenTlsOptions and Deno.ServeTlsOptions use the cert and key properties; IIUC, these are the same things. If that's correct, I suggest we use the same option names, cert and key for consistency.
The text was updated successfully, but these errors were encountered:
Deno.ListenTlsOptions
andDeno.ServeTlsOptions
use thecert
andkey
properties; IIUC, these are the same things. If that's correct, I suggest we use the same option names,cert
andkey
for consistency.The text was updated successfully, but these errors were encountered: