Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/devtools-v6
/ log
Method
log
packages/shared-utils/src/bridge.ts:61–63 ·
view source on GitHub ↗
* Log a message to the devtools background page.
(message: string)
Source
from the content-addressed store, hash-verified
59
*/
60
61
log(message: string) {
62
this.send(
'log'
, message)
63
}
64
65
_flush() {
66
if
(this._batchingQueue.length) {
Callers
15
bytesToSize
Function · 0.80
sign-firefox.js
File · 0.80
installProxy
Function · 0.80
lOne
Function · 0.80
lTwo
Function · 0.80
shutdown
Function · 0.80
doublePipe
Function · 0.80
index.js
File · 0.80
server.js
File · 0.80
send
Function · 0.80
installHook
Function · 0.80
sendSelectedComponentData
Function · 0.80
Calls
1
send
Method · 0.95
Tested by
no test coverage detected