MCPcopy Create free account
hub / github.com/adobe/react-spectrum / clearPrefetchTimeout

Function clearPrefetchTimeout

packages/dev/s2-docs/src/client.tsx:207–213  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

205let currentPrefetchLink: HTMLAnchorElement | null = null;
206
207function clearPrefetchTimeout() {
208 if (prefetchTimeout) {
209 clearTimeout(prefetchTimeout);
210 prefetchTimeout = null;
211 }
212 currentPrefetchLink = null;
213}
214
215document.addEventListener(
216 'pointerenter',

Callers 1

client.tsxFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected