• Pavel Mazhnik's avatar
    [web] remove unnecessary awaits from flutter.js (#130204) · 1c1c273b
    Pavel Mazhnik authored
    Fixed types for `_getNewServiceWorker` and `_waitForServiceWorkerActivation` functions.  
    These functions currently expect a Promise as an argument, but we're actually passing in an already resolved value:
    ```js
    .then(this._getNewServiceWorker)
    .then(this._waitForServiceWorkerActivation);
    ```
    1c1c273b
Name
Last commit
Last update
..
flutter Loading commit data...
flutter_driver Loading commit data...
flutter_goldens Loading commit data...
flutter_goldens_client Loading commit data...
flutter_localizations Loading commit data...
flutter_test Loading commit data...
flutter_tools Loading commit data...
flutter_web_plugins Loading commit data...
fuchsia_remote_debug_protocol Loading commit data...
integration_test Loading commit data...
analysis_options.yaml Loading commit data...