MCPcopy
hub / github.com/feross/simple-peer / _debug

Method _debug

index.js:1024–1028  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1022 }
1023
1024 _debug () {
1025 const args = [].slice.call(arguments)
1026 args[0] = '[' + this._id + '] ' + args[0]
1027 debug.apply(null, args)
1028 }
1029}
1030
1031Peer.WEBRTC_SUPPORT = !!getBrowserRTC()

Callers 15

constructorMethod · 0.95
signalMethod · 0.95
addTransceiverMethod · 0.95
addStreamMethod · 0.95
addTrackMethod · 0.95
replaceTrackMethod · 0.95
removeTrackMethod · 0.95
removeStreamMethod · 0.95
_needsNegotiationMethod · 0.95
negotiateMethod · 0.95
_destroyMethod · 0.95
_writeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected