Newer
Older
using MasterDevs.ChromeDevTools;
using Newtonsoft.Json;
using System.Collections.Generic;
Frederik Carlier
committed
namespace MasterDevs.ChromeDevTools.Protocol.Chrome.ApplicationCache
{
/// <summary>
/// Enables application cache domain notifications.
/// </summary>
[Command(ProtocolName.ApplicationCache.Enable)]
Frederik Carlier
committed
[SupportedBy("Chrome")]
public class EnableCommand: ICommand<EnableCommandResponse>
{
}
}