Add docs
parent
80671970b3
commit
ea7e8fb212
|
@ -53,6 +53,7 @@ export default class WebPlatform extends VectorBasePlatform {
|
||||||
if (swPromise) {
|
if (swPromise) {
|
||||||
swPromise
|
swPromise
|
||||||
.then(async (r) => {
|
.then(async (r) => {
|
||||||
|
// always ask the browser to update. The browser might not actually do it, but at least we asked.
|
||||||
await r.update();
|
await r.update();
|
||||||
return r;
|
return r;
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue