1 of 20
2 of 20
3 of 20
4 of 20
5 of 20
6 of 20
7 of 20
8 of 20
9 of 20
10 of 20
11 of 20
12 of 20
13 of 20
14 of 20
15 of 20
16 of 20
17 of 20
18 of 20
19 of 20
20 of 20

doc

JavaScript Runtime APIs

The JavaScript Runtime Environment is a set of APIs that are available as tools for the development of edge functions.

You can deploy projects using the Azion Edge Infrastructure, and automatically provision what is needed for your code to run on a low latency rate, closer to the users.


Network APIs

addEventListener

Fetch

FetchEvent

Request

Response

File


Encoding APIs

Encoding


Web Stream APIs

TransformStream

ReadableStreamBYOBReader

ReadableStreamDefaultReader

WritableStreamDefaultWriter


Web Standards APIs

URLPattern

StructuredClone


V8 Primitives

WebAssembly

Intl


Web Crypto APIs

Crypto

CryptoKey

SubtleCrypto


EdgeRuntime property

The EdgeRuntime property can be accessed through different ways:

    if (typeof EdgeRuntime !== 'string') {
    // Your logic here.
    }
    if (typeof globalThis.EdgeRuntime !== 'string') {
    // Your logic here.
    }
   if (typeof self.EdgeRuntime !== 'string') {
    // Your logic here.
   }

See Also


Didn’t find what you were looking for? Open a support ticket.