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 49014a4 commit a34f800Copy full SHA for a34f800
src/index.ts
@@ -53,6 +53,7 @@ let server: ChildProcess | null = null;
53
54
app.commandLine.appendSwitch('ignore-connections-limit', 'app.httptoolkit.tech');
55
app.commandLine.appendSwitch('disable-renderer-backgrounding');
56
+app.commandLine.appendSwitch('js-flags', '--expose-gc'); // Expose window.gc in the UI
57
58
// Don't send our own traffic through the system proxy! Doing so causes issues when
59
// we ourselves are the system proxy, and it gets super noisey.
0 commit comments