aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/ducks/connection.js
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2017-07-20 18:01:53 +0200
committerGitHub <noreply@github.com>2017-07-20 18:01:53 +0200
commite1d0bc6de975c377cb42022209ea1b5bce515433 (patch)
tree4f52c967b9312dd0c08e3f88f51b93dd2849dffe /web/src/js/ducks/connection.js
parent8526ca9e175af4a903348c39928535ae10f7543d (diff)
parentcb73658dd43e01bdedd84aa31601887b19c106ca (diff)
downloadmitmproxy-e1d0bc6de975c377cb42022209ea1b5bce515433.tar.gz
mitmproxy-e1d0bc6de975c377cb42022209ea1b5bce515433.tar.bz2
mitmproxy-e1d0bc6de975c377cb42022209ea1b5bce515433.zip
Merge pull request #2430 from MatthewShao/mitmweb-options
[web] [WIP] Mitmweb options
Diffstat (limited to 'web/src/js/ducks/connection.js')
-rw-r--r--web/src/js/ducks/connection.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/src/js/ducks/connection.js b/web/src/js/ducks/connection.js
index ffa2c309..151277fb 100644
--- a/web/src/js/ducks/connection.js
+++ b/web/src/js/ducks/connection.js
@@ -1,6 +1,6 @@
export const ConnectionState = {
INIT: Symbol("init"),
- FETCHING: Symbol("fetching"), // WebSocket is established, but still startFetching resources.
+ FETCHING: Symbol("fetching"), // WebSocket is established, but still fetching resources.
ESTABLISHED: Symbol("established"),
ERROR: Symbol("error"),
OFFLINE: Symbol("offline"), // indicates that there is no live (websocket) backend.