MCPcopy Index your code
hub / github.com/webpack/webpack-dev-server / isProgressSupported

Function isProgressSupported

client-src/progress.js:4–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2 * @returns {boolean} true when custom elements supported, otherwise false
3 */
4export function isProgressSupported() {
5 return (
6 "customElements" in self && Boolean(HTMLElement.prototype.attachShadow)
7 );
8}
9
10/**
11 * @returns {void}

Callers 1

index.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…