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

Function preconnect

docs/index.js:17106–17109  ·  view source on GitHub ↗
(href, crossOrigin)

Source from the content-addressed store, hash-verified

17104 preconnectAs("dns-prefetch", href, null);
17105}
17106function preconnect(href, crossOrigin) {
17107 previousDispatcher.C(href, crossOrigin);
17108 preconnectAs("preconnect", href, crossOrigin);
17109}
17110function preload(href, as, options) {
17111 previousDispatcher.L(href, as, options);
17112 var ownerDocument = globalDocument;

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…