Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/electerm/electerm
/ get
Method
get
src/client/common/fetch.jsx:44–46 ·
view source on GitHub ↗
(url, data, options)
Source
from the content-addressed store, hash-verified
42
43
export default class Fetch {
44
static get (url, data, options) {
45
return Fetch.connect(url,
'get'
, null, options)
46
}
47
48
static post (url, data, options) {
49
return Fetch.connect(url,
'post'
, data, options)
Callers
15
httpDownload
Function · 0.45
httpGet
Function · 0.45
getVersion
Function · 0.45
load-widget.spec.js
File · 0.45
action
Function · 0.45
lang.js
File · 0.45
session.js
File · 0.45
tab.js
File · 0.45
app-upgrade.js
File · 0.45
watch.js
File · 0.45
mcp-handler.js
File · 0.45
collectOutput
Function · 0.45
Calls
1
connect
Method · 0.45
Tested by
2
getVersion
Function · 0.36
action
Function · 0.36