()
| 112 | |
| 113 | /** Test/debug helper: force-reset the cached config + dispatchers. */ |
| 114 | export function _resetProxyCacheForTesting(): void { |
| 115 | cachedConfig = null; |
| 116 | httpsDispatcher = null; |
| 117 | httpDispatcher = null; |
| 118 | noProxyDispatcher = null; |
| 119 | } |