Deno Runtime API

The Deno Runtime API is the built-in namespace of globals and modules available to all programs running on the Deno JavaScript and TypeScript runtime. It provides access to filesystem operations, networking, process management, cryptography, subprocesses, permissions, and environment variables via the Deno.* namespace. The runtime natively supports TypeScript without additional tooling and implements Web Platform APIs such as fetch, WebSocket, URL, and Web Crypto.

API entry from apis.yml

apis.yml Raw ↑
aid: deno:runtime-api
name: Deno Runtime API
tags:
- JavaScript
- Runtime
- TypeScript
- WebAssembly
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://api.example.com
humanURL: https://docs.deno.com/api/deno/
properties:
- url: https://docs.deno.com/api/deno/
  type: Documentation
- url: json-schema/deno-deployment-schema.json
  type: JSONSchema
description: The Deno Runtime API is the built-in namespace of globals and modules available to all programs
  running on the Deno JavaScript and TypeScript runtime. It provides access to filesystem operations,
  networking, process management, cryptography, subprocesses, permissions, and environment variables via
  the Deno.* namespace. The runtime natively supports TypeScript without additional tooling and implements
  Web Platform APIs such as fetch, WebSocket, URL, and Web Crypto.