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

Method url

test/lib/browsers/playwright.ts:620–622  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

618 }
619
620 async url() {
621 return this.startChain(() => page.url())
622 }
623
624 async waitForIdleNetwork() {
625 return this.startOrPreserveChain(() => {

Callers

nothing calls this directly

Calls 2

startChainMethod · 0.95
urlMethod · 0.65

Tested by

no test coverage detected