MCPcopy
hub / github.com/facebook/react / errorStylesheets

Function errorStylesheets

packages/react-dom/src/__tests__/ReactDOMFloat-test.js:389–395  ·  view source on GitHub ↗
(hrefs)

Source from the content-addressed store, hash-verified

387 }
388
389 function errorStylesheets(hrefs) {
390 const event = new window.Event('error');
391 const nodes = document.querySelectorAll('link[rel="stylesheet"]');
392 resolveLoadables(hrefs, nodes, event, href => {
393 Scheduler.log('error stylesheet: ' + href);
394 });
395 }
396
397 function resolveLoadables(hrefs, nodes, event, onLoad) {
398 const hrefSet = hrefs ? new Set(hrefs) : null;

Callers 1

Calls 1

resolveLoadablesFunction · 0.85

Tested by

no test coverage detected