How to use the third-party-web/httparchive-nostats-subset.getEntity function in third-party-web

To help you get started, we’ve selected a few third-party-web 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 GoogleChrome / lighthouse / lighthouse-core / audits / third-party-summary.js View on Github external
static getEntitySafe(url) {
    try {
      return thirdPartyWeb.getEntity(url);
    } catch (_) {
      return undefined;
    }
  }

third-party-web

Categorized data on third party entities on the web.

MIT
Latest version published 2 months ago

Package Health Score

80 / 100
Full package analysis