Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ampproject/amphtml
/ setShadowDomStreamingSupportedForTesting
Function
setShadowDomStreamingSupportedForTesting
src/shadow-embed.js:299–301 ·
view source on GitHub ↗
(val)
Source
from the content-addressed store, hash-verified
297
* @visibleForTesting
298
*/
299
export
function
setShadowDomStreamingSupportedForTesting(val) {
300
shadowDomStreamingSupported = val;
301
}
302
303
/**
304
* Returns `true`
if
the Shadow DOM streaming is supported.
Callers
1
test-shadow-embed.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected