How to use perf-cascade - 1 common examples

To help you get started, we’ve selected a few perf-cascade examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github reportportal / service-ui / app / src / pages / inside / logsPage / modals / attachments / har / PerfCascade.jsx View on Github external
componentDidMount() {
    let perfCascadeSvg;
    try {
      perfCascadeSvg = fromHar(this.props.harData);
      this.myRef.current.appendChild(perfCascadeSvg);
    } catch (e) {
      this.showErrorMessage();
    }
  }

perf-cascade

Har file visualizer

MIT
Latest version published 1 year ago

Package Health Score

51 / 100
Full package analysis

Popular perf-cascade functions

Similar packages