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

JSONManager.cs.meta

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