Member Junction
    Preparing search index...

    Options for JavaScript sandbox execution

    interface JavaScriptExecutionOptions {
        allowedLibraries?: string[];
        memoryLimit: number;
        timeout: number;
    }
    Index

    Properties

    allowedLibraries?: string[]

    List of allowed npm packages that can be required

    memoryLimit: number

    Memory limit in MB

    timeout: number

    Timeout in seconds