Skip to content

Commit

Permalink
Remove the events which aren't being used
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur22 committed Jan 17, 2025
1 parent 5c5b1f3 commit f61bad6
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions js/modules/k6/browser/common/event_emitter.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,34 +22,6 @@ const (

EventFrameNavigation string = "navigation"
EventFrameAddLifecycle string = "addlifecycle"

// Page

EventPageClose string = "close"
EventPageConsole string = "console"
EventPageCrash string = "crash"
EventPageDialog string = "dialog"
EventPageDownload string = "download"
EventPageFilechooser string = "filechooser"
EventPageFrameAttached string = "frameattached"
EventPageFrameDetached string = "framedetached"
EventPageFrameNavigated string = "framenavigated"
EventPageError string = "pageerror"
EventPagePopup string = "popup"
EventPageRequest string = "request"
EventPageRequestFailed string = "requestfailed"
EventPageRequestFinished string = "requestfinished"
EventPageResponse string = "response"
EventPageWebSocket string = "websocket"
EventPageWorker string = "worker"

// Session

EventSessionClosed string = "close"

// Worker

EventWorkerClose string = "close"
)

// Event as emitted by an EventEmiter.
Expand Down

0 comments on commit f61bad6

Please sign in to comment.