e89e264a16
This corresponds to Chromium 85.0.4182.0. This roll includes: - Enable SameSiteByDefaultCookies and CookiesWithoutSameSiteMustBeSecure https://crrev.com/c/2231445 - [FlexNG] Enable FlexNG by default https://crrev.com/c/2216595 Closes #6151.
1003 B
1003 B
Home > puppeteer > Protocol > Emulation > SetEmitTouchEventsForMouseRequest
Protocol.Emulation.SetEmitTouchEventsForMouseRequest interface
Signature:
export interface SetEmitTouchEventsForMouseRequest
Properties
Property | Type | Description |
---|---|---|
configuration | ('mobile' | 'desktop') | Touch/gesture events configuration. Default: current platform. (SetEmitTouchEventsForMouseRequestConfiguration enum) |
enabled | boolean | Whether touch emulation based on mouse input should be enabled. |