MCPcopy 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
313XMLHttpRequest.UNSENT = 0

Callers 4

sendSubscribeMessageFunction · 0.80
index.jsFile · 0.80
jquery-3.6.0.jsFile · 0.80

Calls 1

$_callRequestMethod · 0.95

Tested by

no test coverage detected