Design Meeting 2021-08-12 #11771
kitsonk
announced in
Design Meetings
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
std/node
lacks major things likehttp
, a lot of tools and workloads can't run on Deno because of it.std/node
here: https://github.com/denoland/deno_std/discussions/756std/node/http
is a problem, no matter what we should solve that. Skypack has said they would move tostd/node
if we hadhttp
which would also be a win.Deno.ConnectTlsOptions#certFile
is a bad name (Proposal: replacecertFile
in Deno.ConnectTlsOptions withcaCerts
#11608)--allow-net
(feat(runtime/permissions): support IP CIDR ranges in net allowlist #11509)red
/green
/orange
)deno run --security=red main.ts
Beta Was this translation helpful? Give feedback.
All reactions