MCPcopy
hub / github.com/ampproject/amphtml / fontStylesheetTimeout

Function fontStylesheetTimeout

src/font-stylesheet-timeout.js:21–23  ·  view source on GitHub ↗
(win)

Source from the content-addressed store, hash-verified

19 * @param {!Window} win
20 */
21export function fontStylesheetTimeout(win) {
22 onDocumentReady(win.document, () => maybeTimeoutFonts(win));
23}
24
25/**
26 * @param {!Window} win

Callers 3

amp.jsFile · 0.90
amp-inabox.jsFile · 0.90

Calls 2

onDocumentReadyFunction · 0.90
maybeTimeoutFontsFunction · 0.85

Tested by

no test coverage detected