mirror of
https://github.com/WowUp/WowUp.git
synced 2026-04-22 15:00:38 -04:00
Fix Wago preload for Mac?
This commit is contained in:
@@ -56,7 +56,7 @@ export class WebViewComponent implements OnDestroy, AfterViewInit {
|
||||
const pageReferrer = this.options.referrer ? `httpreferrer="${this.options.referrer}"` : "";
|
||||
const userAgent = this.options.userAgent ?? "";
|
||||
const preload = this.options.preloadFilePath
|
||||
? `preload="${await this._fileService.getAssetFilePath(this.options.preloadFilePath)}"`
|
||||
? `preload="file://${await this._fileService.getAssetFilePath(this.options.preloadFilePath)}"`
|
||||
: "";
|
||||
const partition = this.options.partition ?? "memcache";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user