• 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
..
bin Loading commit data...
doc Loading commit data...
gradle Loading commit data...
ide_templates/intellij Loading commit data...
lib Loading commit data...
static Loading commit data...
templates Loading commit data...
test Loading commit data...
tool Loading commit data...
README.md Loading commit data...
analysis_options.yaml Loading commit data...
dart_test.yaml Loading commit data...
pubspec.yaml Loading commit data...