()
| 9089 | |
| 9090 | // Functions to create xhrs |
| 9091 | function createStandardXHR() { |
| 9092 | try { |
| 9093 | return new window.XMLHttpRequest(); |
| 9094 | } catch( e ) {} |
| 9095 | } |
| 9096 | |
| 9097 | function createActiveXHR() { |
| 9098 | try { |
no outgoing calls
no test coverage detected
searching dependent graphs…