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