Daoting / dt

利用 C# + XAML 进行快速业务开发的跨平台框架(搬运工)
https://github.com/daoting/dt
54 stars 12 forks source link

[wasm] 同一域名下部署多个二级虚拟目录的问题 #81

Open Daoting opened 1 year ago

Daoting commented 1 year ago

将wasm部署时,若同一域名下存在多个二级虚拟目录的wasm,因浏览器以域名为单位管理存储,缓存在IndexedDB的文件会互相影响!

PWA缓存存储已处理,按package_xxx分开。

Daoting commented 1 year ago

https://github.com/unoplatform/Uno.Wasm.Bootstrap/discussions/607

Daoting commented 1 year ago

Interesting issue. There does not seem to be any work around this in emscripten.

似乎没有任何解决方法