mirror of
https://github.com/foss42/apidash.git
synced 2025-12-02 10:49:49 +08:00
Initializes JavaScript runtime during application startup. Executes user-defined pre-request scripts before sending API requests, allowing modification of request details like URL, headers, and body. Updates script execution environment for better scoping and uses synchronous evaluation.