A11yWatch/a11ywatch-core

View on GitHub
src/event/names.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { domainName } from "../core/utils";

// get the crawl key for active set items
export const getActiveCrawlKey = (domain: string, userId: number) =>
  `crawl-${domainName(domain)}-${userId || 0}`;