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

Method fullPageReload

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

Source from the content-addressed store, hash-verified

96 }
97
98 static fullPageReload() {
99 Util.log(`Page reload initiated.`);
100 window.location.reload();
101 }
102}
103
104class EleventyReload {

Callers 1

EleventyReloadClass · 0.80

Calls 2

logMethod · 0.80
reloadMethod · 0.80

Tested by

no test coverage detected