(href)
| 17100 | } |
| 17101 | } |
| 17102 | function prefetchDNS(href) { |
| 17103 | previousDispatcher.D(href); |
| 17104 | preconnectAs("dns-prefetch", href, null); |
| 17105 | } |
| 17106 | function preconnect(href, crossOrigin) { |
| 17107 | previousDispatcher.C(href, crossOrigin); |
| 17108 | preconnectAs("preconnect", href, crossOrigin); |
nothing calls this directly
no test coverage detected
searching dependent graphs…