MCPcopy Create free account
hub / github.com/11ty/dev-server / reconnect

Method reconnect

client/reload-client.js:309–312  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

307 }
308
309 reconnect() {
310 Util.log( "Reconnecting…" );
311 this.init({ mode: "reconnect" });
312 }
313
314 async onreload({ subtype, files, build }) {
315 if(!EleventyReload.reloadTypes[subtype]) {

Callers

nothing calls this directly

Calls 2

initMethod · 0.95
logMethod · 0.80

Tested by

no test coverage detected