Select Git revision
-
Marco Zimmer authored
misc: just PointerGadeget snaps on tree-roof, used 'IsApproximatelyParallel' for RayFact Equivalency
Marco Zimmer authoredmisc: just PointerGadeget snaps on tree-roof, used 'IsApproximatelyParallel' for RayFact Equivalency
DisableCommandResponse.cs 327 B
using MasterDevs.ChromeDevTools;
using Newtonsoft.Json;
using System.Collections.Generic;
namespace MasterDevs.ChromeDevTools.Protocol.Runtime
{
/// <summary>
/// Disables reporting of execution contexts creation.
/// </summary>
[CommandResponse(ProtocolName.Runtime.Disable)]
public class DisableCommandResponse
{
}
}