• Jonah Williams's avatar
    [flutter_tools] register service worker after first frame event (#66082) · 90d83e37
    Jonah Williams authored
    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
    90d83e37
Name
Last commit
Last update
..
android Loading commit data...
fuchsia/meta Loading commit data...
ios Loading commit data...
lib Loading commit data...
macos Loading commit data...
meta Loading commit data...
test Loading commit data...
test_driver Loading commit data...
test_memory Loading commit data...
tool Loading commit data...
web Loading commit data...
.gitignore Loading commit data...
README.md Loading commit data...
analysis_options.yaml Loading commit data...
pubspec.yaml Loading commit data...