Skip to content

Commit 33e4c7b

Browse files
committed
Fix webchannel wrapper overrides
1 parent b2f6084 commit 33e4c7b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/webchannel-wrapper/externs/overrides.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ goog.net.WebChannel.Options.forceLongPolling;
6666
/** @type {boolean|undefined} */
6767
goog.net.WebChannel.Options.detectBufferingProxy;
6868

69+
/** @type {boolean|undefined} */
70+
goog.net.WebChannel.Options.useFetchStreams;
71+
6972
/** @type {unknown} */
7073
goog.net.WebChannel.Options.xmlHttpFactory;
7174

0 commit comments

Comments
 (0)