MCPcopy
hub / github.com/microsoft/playwright / stop

Method stop

packages/utils/httpServer.ts:180–182  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

178 }
179
180 async stop() {
181 await new Promise(cb => this._server!.close(cb));
182 }
183
184 urlPrefix(purpose: 'human-readable' | 'precise'): string {
185 return purpose === 'human-readable' ? this._urlPrefixHumanReadable : this._urlPrefixPrecise;

Callers 1

serveTraceSnapshotFunction · 0.95

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected