File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
packages/firestore/src/platform/browser_lite Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 16
16
*/
17
17
18
18
import { Token } from '../../api/credentials' ;
19
- import { DatabaseInfo } from '../../core/database_info' ;
20
19
import { Stream } from '../../remote/connection' ;
21
20
import { RestConnection } from '../../remote/rest_connection' ;
22
21
import { mapCodeFromHttpStatus } from '../../remote/rpc_error' ;
@@ -28,15 +27,6 @@ import { StringMap } from '../../util/types';
28
27
* (e.g. `fetch` or a polyfill).
29
28
*/
30
29
export class FetchConnection extends RestConnection {
31
- /**
32
- * @param databaseInfo - The connection info.
33
- */
34
- constructor (
35
- databaseInfo : DatabaseInfo
36
- ) {
37
- super ( databaseInfo ) ;
38
- }
39
-
40
30
openStream < Req , Resp > (
41
31
rpcName : string ,
42
32
token : Token | null
You can’t perform that action at this time.
0 commit comments