Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
init
Method · 0.95
log
Method · 0.80
Tested by
no test coverage detected