mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
3b09e956c6
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
278 B
278 B
sidebar_label |
---|
HTTPRequest.initiator |
HTTPRequest.initiator() method
The initiator of the request.
Signature:
class HTTPRequest {
initiator(): Protocol.Network.Initiator | undefined;
}
Returns:
Protocol.Network.Initiator | undefined