This website requires JavaScript.
Explore
Help
Sign In
Grasscutters
/
mitmproxy
Watch
3
Star
0
Fork
0
You've already forked mitmproxy
mirror of
https://github.com/Grasscutters/mitmproxy.git
synced
2024-11-24 09:15:55 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
acdd182754
mitmproxy
/
web
/
src
/
js
/
app.js
6 lines
96 B
JavaScript
Raw
Normal View
History
Unescape
Escape
client-side structure
2014-09-15 16:08:26 +00:00
$
(
function
(
)
{
web: implement EventLogStore
2014-09-15 22:05:06 +00:00
Connection
.
init
(
)
;
client-side structure
2014-09-15 16:08:26 +00:00
app
=
React
.
renderComponent
(
ProxyApp
,
document
.
body
)
;
}
)
;
Reference in New Issue
Copy Permalink