Variable EDGIO_EDGE_FUNCTION_ENV_VARIABLESConst

EDGIO_EDGE_FUNCTION_ENV_VARIABLES: {
    debug: string;
    path: string;
    quickjsBytecodeBase64: string;
} = ...

Environment variables used by Edgio Edge Functions.

Type declaration

  • debug: string

    When 'enabled' turn on edge function debugging.

  • path: string

    The path to the edge function within the project.

  • quickjsBytecodeBase64: string

    The edge function's QuickJS bytecode (base64 encoded).

Generated using TypeDoc