File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed
js/modules/k6/browser/common Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change @@ -22,34 +22,6 @@ const (
22
22
23
23
EventFrameNavigation string = "navigation"
24
24
EventFrameAddLifecycle string = "addlifecycle"
25
-
26
- // Page
27
-
28
- EventPageClose string = "close"
29
- EventPageConsole string = "console"
30
- EventPageCrash string = "crash"
31
- EventPageDialog string = "dialog"
32
- EventPageDownload string = "download"
33
- EventPageFilechooser string = "filechooser"
34
- EventPageFrameAttached string = "frameattached"
35
- EventPageFrameDetached string = "framedetached"
36
- EventPageFrameNavigated string = "framenavigated"
37
- EventPageError string = "pageerror"
38
- EventPagePopup string = "popup"
39
- EventPageRequest string = "request"
40
- EventPageRequestFailed string = "requestfailed"
41
- EventPageRequestFinished string = "requestfinished"
42
- EventPageResponse string = "response"
43
- EventPageWebSocket string = "websocket"
44
- EventPageWorker string = "worker"
45
-
46
- // Session
47
-
48
- EventSessionClosed string = "close"
49
-
50
- // Worker
51
-
52
- EventWorkerClose string = "close"
53
25
)
54
26
55
27
// Event as emitted by an EventEmiter.
You can’t perform that action at this time.
0 commit comments