Skip to content
Snippets Groups Projects
Select Git revision
  • ae97405ec54c55bfafba5f9d0330babfd5ed5cb7
  • main default
  • master
  • tempAndrToMaster
4 results

RainScript.cs

Blame
  • 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
    	{
    	}
    }