UNPKG

@puberty-labs/clits

Version:

CLiTS (Chrome Logging and Inspection Tool Suite) is a powerful Node.js library for automated Chrome browser testing, logging, and inspection. It provides a comprehensive suite of tools for monitoring network requests, console logs, DOM mutations, and more

9 lines (8 loc) 195 B
export interface PlatformError { code: string; message: string; platform: string; severity: 'error' | 'warning' | 'info'; recoverable: boolean; recommendation?: string; }