| 6792 | return !!(proto2 && proto2.constructor.name === "AbortSignal"); |
| 6793 | } |
| 6794 | var Request6 = class _Request { |
| 6795 | constructor(input) { |
| 6796 | let init = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}; |
| 6797 | let parsedURL; |
nothing calls this directly
no outgoing calls
no test coverage detected