Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vercel/next.js
/ close
Method
close
test/lib/browsers/playwright.ts:226–229 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
224
}
225
226
async
close(): Promise<void> {
227
await
teardown(this.teardownTracing.bind(this))
228
await
page?.close()
229
}
230
231
async
launchBrowser(
232
browserName: string,
Callers
1
loadPage
Method · 0.95
Calls
3
teardown
Function · 0.70
close
Method · 0.65
bind
Method · 0.45
Tested by
no test coverage detected