MCPcopy Index your code
hub / github.com/witheve/Eve / onClose

Method onClose

src/client.ts:243–247  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

241 }
242
243 onClose() {
244 if(!this.localControl) {
245 this.injectNotice("warning", "The editor has lost connection to the Eve server. All changes will be made locally.");
246 }
247 }
248
249 onMessage(event) {
250 let data = JSON.parse(event.data);

Callers 1

constructorMethod · 0.95

Calls 1

injectNoticeMethod · 0.95

Tested by

no test coverage detected