(url)
| 575 | } |
| 576 | |
| 577 | function fixUrl(url) { |
| 578 | try { |
| 579 | return url === '' && g.location.href ? g.location.href : url |
| 580 | } catch (e) { |
| 581 | return url |
| 582 | } |
| 583 | } |
| 584 | |
| 585 | xhr.open(request.method, fixUrl(request.url), true) |
| 586 |
no outgoing calls
no test coverage detected
searching dependent graphs…