Runtime
For APIs where a web standard already exists, like fetch
for HTTP requests, Deno uses these rather than inventing a new proprietary API.
global
All APIs that are not web standard are contained in the global Deno
namespace. It has the APIs for reading from files, opening TCP sockets, and executing subprocesses, etc.
The documentation for all of the Deno specific APIs can be found on .