MCPcopy Create free account
hub / github.com/caseywebdev/react-list / prefetchDNS

Function prefetchDNS

docs/index.js:17102–17105  ·  view source on GitHub ↗
(href)

Source from the content-addressed store, hash-verified

17100 }
17101}
17102function prefetchDNS(href) {
17103 previousDispatcher.D(href);
17104 preconnectAs("dns-prefetch", href, null);
17105}
17106function preconnect(href, crossOrigin) {
17107 previousDispatcher.C(href, crossOrigin);
17108 preconnectAs("preconnect", href, crossOrigin);

Callers

nothing calls this directly

Calls 1

preconnectAsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…