MCPcopy
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 */
299export function setShadowDomStreamingSupportedForTesting(val) {
300 shadowDomStreamingSupported = val;
301}
302
303/**
304 * Returns `true` if the Shadow DOM streaming is supported.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected