WICG / bundle-preloading

Bundles of multiple resources, to improve loading JS and the Web.
Other
105 stars 17 forks source link

Update client #32

Closed felipeerias closed 2 years ago

felipeerias commented 2 years ago

The Service Worker sends a bundlepreload-finished message when the request to preload did not actually result in a bundle being fetched because all of the resources where already in cache.

The Service Worker needs to wait until it is activated (not installed) so it is able take control over the page without waiting for a reload.

cjtenny commented 2 years ago

lgtm!