(href, crossOrigin)
| 17104 | preconnectAs("dns-prefetch", href, null); |
| 17105 | } |
| 17106 | function preconnect(href, crossOrigin) { |
| 17107 | previousDispatcher.C(href, crossOrigin); |
| 17108 | preconnectAs("preconnect", href, crossOrigin); |
| 17109 | } |
| 17110 | function preload(href, as, options) { |
| 17111 | previousDispatcher.L(href, as, options); |
| 17112 | var ownerDocument = globalDocument; |
nothing calls this directly
no test coverage detected
searching dependent graphs…