logoalt Hacker News

packetlostyesterday at 3:14 PM1 replyview on HN

Deno has some pretty nice unique features like sandboxing that, afaik, don't exist in other runtimes (yet). It's enough of a draw that it's the recommended runtime for projects like yt-dlp: https://github.com/yt-dlp/yt-dlp/issues/14404


Replies

worksonmineyesterday at 3:53 PM

Node has sandboxing these days: https://nodejs.org/api/permissions.html

show 1 reply