Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
21
export
function
fontStylesheetTimeout(win) {
22
onDocumentReady(win.document, () => maybeTimeoutFonts(win));
23
}
24
25
/**
26
* @param {!Window} win
Callers
3
test-font-stylesheet-timeout.js
File · 0.90
amp.js
File · 0.90
amp-inabox.js
File · 0.90
Calls
2
onDocumentReady
Function · 0.90
maybeTimeoutFonts
Function · 0.85
Tested by
no test coverage detected