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 896feb2 commit e536dd4Copy full SHA for e536dd4
packages/firestore/src/platform/browser/webchannel_connection.ts
@@ -209,8 +209,7 @@ export class WebChannelConnection extends RestConnection {
209
}
210
211
if (this.useFetchStreams) {
212
- // When b/307942499 is fixed, revert to the following line:
213
- // request.useFetchStreams = true;
+ // TODO(b/307942499): switch to `useFetchStreams` once WebChannel is fixed.
214
request.xmlHttpFactory = new FetchXmlHttpFactory({});
215
216
0 commit comments