Skip to content
This repository was archived by the owner on Aug 13, 2018. It is now read-only.

Commit 140c956

Browse files
committed
Update comment
1 parent d3765c2 commit 140c956

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

chrome/content/network-content-script.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ window.on(EVENTS.RECEIVED_REQUEST_HEADERS, (_, from) => {
4040

4141
// Register click handler and emit an event that is handled
4242
// in the 'WsmNetMonitorOverlay' overlay.
43+
// xxxHonza: this registers multiple listeners on the window
44+
// object that are all executed when the user clicks on the
45+
// WS icon. FIXME
4346
window.addEventListener("click", event => {
4447
if (event.target.classList.contains("websocket")) {
4548
navigateToWebSocketPanel(from);

0 commit comments

Comments
 (0)