mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
619 B
619 B
Home > puppeteer > Protocol > Network > RequestWillBeSentEvent > hasUserGesture
Protocol.Network.RequestWillBeSentEvent.hasUserGesture property
Whether the request is initiated by a user gesture. Defaults to false.
Signature:
hasUserGesture?: boolean;