Skip to content

gene-tooltips


Functions

runPrefetch()

runPrefetch(strategy, elements, threshold, inFlightRequests): void

Defined in: prefetch.ts:92

Parameters

strategy

"smart" | "all" | "none"

elements

HTMLElement[]

threshold

number

inFlightRequests

Map<string, Promise<any>>

Returns

void