MCPcopy Create free account
hub / github.com/SnapDrop/snapdrop /

Class

client/scripts/network.js:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2window.isRtcSupported = !!(window.RTCPeerConnection || window.mozRTCPeerConnection || window.webkitRTCPeerConnection);
3
4class ServerConnection {
5
6 constructor() {
7 this._connect();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected