Skip to content
Snippets Groups Projects
EnableCommand.cs 403 B
Newer Older
  • Learn to ignore specific revisions
  • svatal's avatar
    svatal committed
    using System;
    
    using System.Collections.Generic;
    
    
    namespace MasterDevs.ChromeDevTools.Protocol.Chrome.ApplicationCache
    
    {
    	/// <summary>
    	/// Enables application cache domain notifications.
    	/// </summary>
    	[Command(ProtocolName.ApplicationCache.Enable)]
    
    	public class EnableCommand: ICommand<EnableCommandResponse>