[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [RequestWillBeSentEvent](./puppeteer.protocol.network.requestwillbesentevent.md) > [documentURL](./puppeteer.protocol.network.requestwillbesentevent.documenturl.md) ## Protocol.Network.RequestWillBeSentEvent.documentURL property URL of the document this request is loaded for. Signature: ```typescript documentURL: string; ```