Enum InitiatorType
- Namespace
- PuppeteerSharp
- Assembly
- PuppeteerSharp.dll
Type of the Initiator.
[JsonConverter(typeof(JsonStringEnumMemberConverter<InitiatorType>))]
public enum InitiatorType
Fields
Other = 5Other.
Parser = 0Parser.
Preflight = 4Preflight.
Preload = 2Preload.
Script = 1Script.
[EnumMember(Value = "SignedExchange")] SignedExchange = 3SignedExchange.