Skip to content

Comment on Deno 1.14

Comments

It's always worth reading the Deno release notes even if you're not using Deno because it's such a fascinating collection of interesting ideas.

I always learn something new from them.

In this case it was the existence of the URLPattern web API: https://pr8734.content.dev.mdn.mozit.cloud/en-US/docs/Web/AP...

Also that Mutual TLS is an alternative term for client authentication.

Also that Mutual TLS is an alternative term for client authentication

Mutual TLS is where both the server and the client must present certificates and both must verify the others' certificate in order for them to communicate. It's useful for backend server to server communications mainly.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.