Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/MithrilJS/mithril.js
/ request.js
File
request.js
request.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
"use strict"
2
3
var
PromisePolyfill = require(
"./promise/promise"
)
4
module.exports = require(
"./request/request"
)(window, PromisePolyfill)
Callers
nothing calls this directly
Calls
1
require
Function · 0.85
Tested by
no test coverage detected