Pavel Mazhnik
1c1c273bca
[web] remove unnecessary awaits from flutter.js ( #130204 )
...
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);
```
2023-07-14 19:10:55 +00:00
..
2023-07-14 16:57:06 +00:00
2023-07-07 18:09:57 +00:00
2023-06-08 13:17:18 +02:00
2023-07-13 22:53:51 +00:00
2023-05-19 21:27:24 +00:00
2023-06-15 20:38:04 +00:00
2023-07-05 15:16:33 -04:00
2023-04-14 01:55:05 +00:00
2023-03-31 02:31:07 +00:00
2023-07-08 00:35:53 +00:00
2023-07-13 19:36:10 +00:00
2023-06-29 22:44:57 +02:00
2023-05-26 23:34:36 +00:00
2023-07-12 12:50:53 -07:00
2023-07-13 16:26:02 +00:00
2023-05-16 16:14:23 +00:00
2023-05-16 16:14:23 +00:00
2023-04-27 04:03:19 +00:00
2023-07-13 22:00:55 +00:00
2023-06-07 19:48:42 +00:00
2023-05-11 13:27:51 +00:00
2023-06-01 14:51:30 +00:00
2023-07-14 19:10:55 +00:00
2023-05-31 23:42:54 +00:00
2023-01-23 21:43:08 +00:00
2023-05-22 23:08:11 +00:00
2023-06-09 21:20:50 +00:00
2023-06-16 18:12:22 +00:00
2023-06-16 18:12:22 +00:00
2023-06-09 11:06:13 +00:00
2023-05-19 22:25:55 +00:00
2022-11-17 18:29:37 +00:00
2023-06-08 13:17:18 +02:00
2023-06-21 15:27:32 +00:00
2023-03-22 07:53:56 -07:00
2023-02-23 19:43:21 +00:00
2023-07-13 16:26:02 +00:00
2023-05-15 11:07:30 +02:00
2023-06-02 17:17:57 +00:00
2023-03-22 21:12:22 +00:00
2023-06-15 00:20:30 +00:00
2023-05-20 06:29:21 +00:00
2023-04-21 16:45:43 +02:00
2023-06-01 04:19:19 +00:00
2023-03-02 22:21:50 +00:00
2023-05-15 11:07:30 +02:00
2023-05-15 11:07:30 +02:00
2023-05-23 19:59:20 +00:00
2023-06-21 15:27:32 +00:00
2023-04-14 02:01:21 +00:00
2023-02-23 19:43:21 +00:00
2023-06-15 20:25:19 +00:00
2023-04-19 19:59:11 +00:00
2022-11-16 02:49:00 +00:00
2023-01-23 21:43:08 +00:00
2023-03-09 21:33:38 +00:00
2023-02-28 11:57:04 -05:00
2023-06-15 00:20:30 +00:00
2023-07-14 16:57:06 +00:00
2023-06-30 18:07:54 +00:00
2022-12-15 14:43:32 -08:00
2023-06-28 00:16:13 +05:30
2023-06-02 17:17:57 +00:00
2023-06-28 00:16:13 +05:30
2023-07-14 16:13:57 +00:00
2023-03-22 21:12:22 +00:00
2023-05-23 19:59:20 +00:00
2023-02-28 11:57:04 -05:00
2023-06-15 00:20:30 +00:00
2023-06-20 16:42:28 +00:00
2023-05-16 16:14:23 +00:00