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 e70de62 commit 88ea069Copy full SHA for 88ea069
packages/webchannel-wrapper/gulpfile.js
@@ -52,7 +52,9 @@ const closureDefines = [
52
// Disables IE8-specific event fallback code (saves 523 bytes).
53
'goog.events.CAPTURE_SIMULATION_MODE=0',
54
// Disable IE-Specific ActiveX fallback for XHRs (saves 524 bytes).
55
- 'goog.net.XmlHttpDefines.ASSUME_NATIVE_XHR=true'
+ 'goog.net.XmlHttpDefines.ASSUME_NATIVE_XHR=true',
56
+ // Disable Origin Trials code for WebChannel (saves 1786 bytes).
57
+ 'goog.net.webChannel.ALLOW_ORIGIN_TRIAL_FEATURES=false',
58
];
59
60
/**
0 commit comments