Class SetPrerenderingAllowedCommandSettings
Enable/disable prerendering manually.
This command is a short-term solution for https://crbug.com/1440085. See https://docs.google.com/document/d/12HVmFxYj5Jc-eJr5OmWsa2bqTJsbgGLKI6ZIyx0_wpA for more details.
TODO(https://crbug.com/1440085): Remove this once Puppeteer supports tab targets.
public sealed class SetPrerenderingAllowedCommandSettings : ICommand
- Inheritance
-
SetPrerenderingAllowedCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
IsAllowed
Gets or sets the isAllowed
[JsonPropertyName("isAllowed")]
public bool IsAllowed { get; set; }