Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/HelloZeroNet/ZeroNet
/ connect
Method
connect
plugins/ContentFilter/media/js/ZeroFrame.js:27–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
}
26
27
connect() {
28
this.target = window.parent
29
window.addEventListener(
'message'
, e => this.onMessage(e), false)
30
this.cmd(CMD_INNER_READY)
31
}
32
33
onMessage(e) {
34
let
message = e.data
Callers
8
constructor
Method · 0.95
_make_socket
Method · 0.45
ZeroFrame
Function · 0.45
all.js
File · 0.45
three.min.js
File · 0.45
actionGetPiecefields
Method · 0.45
actionSetPiecefields
Method · 0.45
ZeroFrame
Function · 0.45
Calls
2
onMessage
Method · 0.95
cmd
Method · 0.95
Tested by
no test coverage detected