We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b34954 commit 399f2a7Copy full SHA for 399f2a7
packages/firebase/index.d.ts
@@ -8325,7 +8325,7 @@ declare namespace firebase.firestore {
8325
*
8326
* The API is compatible with `Promise<LoadBundleTaskProgress>`.
8327
*/
8328
- export interface LoadBundleTask {
+ export interface LoadBundleTask extends PromiseLIke< LoadBundleTaskProgress> {
8329
/**
8330
* Registers functions to listen to bundle loading progresses.
8331
* @param next Called there is a progress update from bundle loading, typically whenever
0 commit comments