Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 197 Bytes

puppeteer.httprequest.url.md

File metadata and controls

19 lines (13 loc) · 197 Bytes
sidebar_label
HTTPRequest.url

HTTPRequest.url() method

The URL of the request

Signature:

class HTTPRequest {
  abstract url(): string;
}

Returns:

string