MCPcopy
hub / github.com/vercel/next.js / close

Method close

turbopack/packages/devlow-bench/src/browser.ts:247–253  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

245 }
246
247 async close() {
248 if (this.page) {
249 await this.page.close()
250 }
251 await this.context.close()
252 await this.browser.close()
253 }
254
255 async hardNavigation(metricName: string, url: string) {
256 this.page = this.page ?? (await this.context.newPage())

Callers

nothing calls this directly

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected