Web 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
Section titled Network APIsEncoding APIs
Section titled Encoding APIsWeb Stream APIs
Section titled Web Stream APIsWeb Standards APIs
Section titled Web Standards APIsV8 Primitives
Section titled V8 PrimitivesWeb Crypto APIs
Section titled Web Crypto APIsEventTarget
Section titled EventTargetEdgeRuntime property
Section titled EdgeRuntime propertyThe EdgeRuntime property can be accessed in 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. }
Supported types
Section titled Supported typesFor a complete list of the Edge Runtime supported types, go to Azion Edge Runtime supported types.