Skip to content

JSSandbox.(constructor)

Home > streplts > JSSandbox > (constructor)

Instantiates an isolated execution context box layer.

Signature:

constructor(context: Record<string, any>, globals: Record<string, any>);

Parameter

Type

Description

context

Record<string, any>

Reference container shared mapping internal states.

globals

Record<string, any>

Toolkits and dependency properties injected directly for runtime lookups.