resolveFilePlaceholders
resolveFilePlaceholders(
content:string,encryptionKey:CryptoKey,blobManager:BlobUrlManager):Promise<string>
Defined in: src/lib/storage/opfs.ts:335Â
Resolves file placeholders in content to blob URLs.
Parameters
| Parameter | Type | Description |
|---|---|---|
|
|
|
The message content with placeholders |
|
|
|
CryptoKey for decryption |
|
|
BlobUrlManager to track URLs |
Returns
Promise<string>
Content with placeholders replaced by blob URLs
Last updated on