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