Closed laktek closed 6 months ago
Adding it to the EdgeRuntime namespace instead of the Deno namespace to prevent accidentally exposing it in user workers. Also, we are implementing a customized version of it for performance reasons (ie. only support in Linux via sysinfo)
EdgeRuntime
Deno
:tada: This PR is included in version 1.49.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Adding it to the
EdgeRuntime
namespace instead of theDeno
namespace to prevent accidentally exposing it in user workers. Also, we are implementing a customized version of it for performance reasons (ie. only support in Linux via sysinfo)