(action, ...args)
| 81104 | const val = newHeaders[k7]; |
| 81105 | if (val === null) { |
| 81106 | delete targetHeaders[lowerKey]; |
| 81107 | } else if (val !== void 0) { |
| 81108 | targetHeaders[lowerKey] = val; |
| 81109 | } |
| 81110 | } |
| 81111 | } |
| 81112 | function debug4(action, ...args) { |
| 81113 | if (typeof process !== "undefined" && process?.env?.["DEBUG"] === "true") { |
no outgoing calls
no test coverage detected
searching dependent graphs…