Перейти к основному содержимому

Variable: importScript

const importScript: (scriptId) => ScriptExports

Resolves an already loaded Script and returns its frozen explicit exports. Cached proxies remain bound to that exact Script Run and become invalid after the target unloads, reloads, or is quarantined.

Parameters

scriptId

string

Returns

ScriptExports