Azion Edge Runtime supported types

  • Object
  • Function
  • Array
  • Number
  • parseFloat
  • parseInt
  • Boolean
  • String
  • Symbol
  • Date
  • Promise
  • RegExp
  • Error
  • AggregateError
  • EvalError
  • RangeError
  • ReferenceError
  • SyntaxError
  • TypeError
  • URIError
  • ArrayBuffer
  • Uint8Array
  • Int8Array
  • Uint16Array
  • Int16Array
  • Uint32Array
  • Int32Array
  • Float32Array
  • Float64Array
  • Uint8ClampedArray
  • BigUint64Array
  • BigInt64Array
  • DataView
  • Map
  • BigInt
  • Set
  • WeakMap
  • WeakSet
  • Proxy
  • decodeURI
  • decodeURIComponent
  • encodeURI
  • encodeURIComponent
  • escape
  • unescape
  • isFinite
  • isNaN
  • Event
  • EventTarget
  • CustomEvent
  • dispatchEvent
  • addEventListener
  • removeEventListener
  • AbortSignal
  • AbortController
  • Blob
  • Crypto
  • CryptoKey
  • DOMException
  • FormData
  • Headers
  • ReadableStream
  • ReadableStreamBYOBReader
  • ReadableStreamDefaultReader
  • Request
  • Response
  • SubtleCrypto
  • TextDecoder
  • TextEncoder
  • TransformStream
  • URL
  • URLPattern
  • URLSearchParams
  • WritableStream
  • WritableStreamDefaultWriter
  • atob
  • btoa
  • clearTimeout
  • fetch
  • setTimeout
  • setInterval
  • structuredClone
  • ExtendableEvent
  • FetchEvent
  • FirewallEvent
  • clearInterval
  • SharedArrayBuffer
  • globalThis
  • JSON
  • Math
  • Intl
  • Reflect
  • console
  • crypto
  • self
  • Atomics
  • WebAssembly
  • Infinity
  • NaN
  • undefined (undefined)
  • EdgeRuntime (string)

Contributors