MCPcopy Create free account
hub / github.com/stenciljs/core / isInitialDevServerLoad

Function isInitialDevServerLoad

src/dev-server/dev-server-utils.ts:125–127  ·  view source on GitHub ↗
(pathname: string)

Source from the content-addressed store, hash-verified

123}
124
125export function isInitialDevServerLoad(pathname: string) {
126 return pathname === c.DEV_SERVER_INIT_URL;
127}
128
129export function isDevServerClient(pathname: string) {
130 return pathname === c.DEV_SERVER_URL;

Callers 1

serveDevClientFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected