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

Class

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

Source from the content-addressed store, hash-verified

506}
507
508class Events {
509 static fire(type, detail) {
510 window.dispatchEvent(new CustomEvent(type, { detail: detail }));
511 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected