pull/27326/head
Travis Ralston 2024-04-22 14:02:41 -06:00
parent 80671970b3
commit ea7e8fb212
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ export default class WebPlatform extends VectorBasePlatform {
if (swPromise) {
swPromise
.then(async (r) => {
// always ask the browser to update. The browser might not actually do it, but at least we asked.
await r.update();
return r;
})