(request3)
| 50484 | if (location !== null && isValidHeaderValue(location)) { |
| 50485 | location = new URL(location, responseURL(response)); |
| 50486 | } |
| 50487 | if (location && !location.hash) { |
| 50488 | location.hash = requestFragment; |
| 50489 | } |
| 50490 | return location; |
| 50491 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…