()
| 75 | } |
| 76 | |
| 77 | function getProxyFetchOptions() { |
| 78 | const dispatcher = getProxyDispatcher(); |
| 79 | return dispatcher ? { dispatcher } : {}; |
| 80 | } |
| 81 | |
| 82 | // ════════════════════════════════════════════════════════════════════ |
| 83 | // 1. 无代理配置 → 返回空对象 |
no test coverage detected