flutter/dev/integration_tests/flutter_gallery/web
Jonah Williams 90d83e37a6
[flutter_tools] register service worker after first frame event (#66082)
Registering the service worker immediately after the documented has loaded may cause SW initialization to compete with framework initialization. It was recommended to us that we defer the service worker setup until after the framework is done with setup, which should be sometime after the first frame.

To implement this, I augmented the binding setup to dispatch an event on the document after the binding has initialized. I don't see any obvious risks with this setup.

Fixes #66066
2020-09-23 18:58:05 -07:00
..
icons Move flutter_gallery to the testing folder (#52532) 2020-03-16 10:31:42 +01:00
favicon.png Move flutter_gallery to the testing folder (#52532) 2020-03-16 10:31:42 +01:00
index.html [flutter_tools] register service worker after first frame event (#66082) 2020-09-23 18:58:05 -07:00
manifest.json [web] Change display mode of PWA default to standalone (#56056) 2020-04-30 11:20:14 -07:00