Remix.run Logo
AbuAssar 3 days ago

Deno blocks by default the access to network, storage and environment variables

codedokode 3 days ago | parent [-]

JS interpreter doesn't have the access at all - it is provided by native functions, added by the wrapper like deno, so there is nothing to block.