Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/kbone
/ send
Method
send
packages/miniprogram-render/src/bom/xml-http-request.js:305–310 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
303
}
304
305
send(data) {
306
if
(this.$_readyState !== XMLHttpRequest.OPENED)
return
307
308
this.$_data = data
309
this.$_callRequest()
310
}
311
}
312
313
XMLHttpRequest.UNSENT = 0
Callers
4
xml-http-request.test.js
File · 0.80
sendSubscribeMessage
Function · 0.80
index.js
File · 0.80
jquery-3.6.0.js
File · 0.80
Calls
1
$_callRequest
Method · 0.95
Tested by
no test coverage detected