Function: isBlobUrl()
function isBlobUrl(value: string): boolean;
Defined in: _internal/worker-code-loading.ts:40
Check whether a value is a static blob: URL.
Parametersâ
valueâ
string
URL string to inspect.
Returnsâ
boolean
Whether the string starts with blob:.