Skip to content

Commit 255050e

Browse files
committed
Remove the events which aren't being used
1 parent 3cd5bd9 commit 255050e

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

js/modules/k6/browser/common/event_emitter.go

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -22,34 +22,6 @@ const (
2222

2323
EventFrameNavigation string = "navigation"
2424
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"
5325
)
5426

5527
// Event as emitted by an EventEmiter.

0 commit comments

Comments
 (0)