UNPKG

cdp-web

Version:

Provides a lightweight way to communicate with the Chrome DevTools Protocol (CDP).

18 lines (16 loc) 322 B
import { CdpConnection, CdpError, CdpMessageEvent, createCdpConnection } from "./chunk-L7QGIXO2.js"; // src/index.ts if (typeof process !== "undefined" && typeof WebSocket === "undefined") { await import("websocket-polyfill"); } export { CdpConnection, CdpError, CdpMessageEvent, createCdpConnection };