We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1824752 commit 3397859Copy full SHA for 3397859
1 file changed
go/modcdp/modcdp.go
@@ -17,6 +17,7 @@ type ServerConfig = client.ServerConfig
17
type CustomCommand = client.CustomCommand
18
type CustomEvent = client.CustomEvent
19
type CustomMiddleware = client.CustomMiddleware
20
+type CDPEvent = client.CDPEvent
21
type LaunchOptions = launcher.LaunchOptions
22
type LaunchedBrowser = launcher.LaunchedBrowser
23
type BrowserLauncher = launcher.BrowserLauncher
0 commit comments