Skip to content

Commit e536dd4

Browse files
Address PR feedback.
1 parent 896feb2 commit e536dd4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/firestore/src/platform/browser/webchannel_connection.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,7 @@ export class WebChannelConnection extends RestConnection {
209209
}
210210

211211
if (this.useFetchStreams) {
212-
// When b/307942499 is fixed, revert to the following line:
213-
// request.useFetchStreams = true;
212+
// TODO(b/307942499): switch to `useFetchStreams` once WebChannel is fixed.
214213
request.xmlHttpFactory = new FetchXmlHttpFactory({});
215214
}
216215

0 commit comments

Comments
 (0)