Every line of 'counterup cdn' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your JavaScript code is secure.
487 inc(url) { 488 const domain = (new URL(url)).hostname; 489 if (!this.counters.has(domain)) this.counters.set(domain, 1); 490 else this.counters.set(domain, (this.counters.get(domain) + 1)); 491 }