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