Skip to content

Commit 98295f3

Browse files
committed
Merge branch 'mtewani/implement-promises-fdc' of https://github.com/firebase/firebase-js-sdk into mtewani/implement-promises-fdc
2 parents f2b8be0 + 9c04231 commit 98295f3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

common/api-review/data-connect.api.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@ import { FirebaseError } from '@firebase/util';
1111
import { LogLevelString } from '@firebase/logger';
1212
import { Provider } from '@firebase/component';
1313

14-
// @public (undocumented)
15-
export interface CancellableOperation<T> extends Promise<{
16-
data: T;
17-
}> {
18-
// (undocumented)
19-
cancel: () => void;
20-
}
21-
2214
// @public
2315
export function connectDataConnectEmulator(dc: DataConnect, host: string, port?: number, sslEnabled?: boolean): void;
2416

0 commit comments

Comments
 (0)