Function: isImportScriptsCall()
function isImportScriptsCall(callee: Readonly<Expression>): boolean;
Defined in: _internal/worker-code-loading.ts:103
Check whether a call targets importScripts(...).
Parametersâ
calleeâ
Readonly<Expression>
Call callee to inspect.
Returnsâ
boolean
Whether the callee is an importScripts sink.