Function: isUrlCreateObjectUrlCall()
isUrlCreateObjectUrlCall(
node:Readonly<Expression>):node is CallExpression
Defined in: _internal/worker-code-loading.ts:174
Check whether an expression is a direct URL.createObjectURL(...) call.
Parametersâ
nodeâ
Readonly<Expression>
Expression to inspect.
Returnsâ
node is CallExpression
Whether the expression creates an object URL from the global URL API.