Skip to content
Snippets Groups Projects
Select Git revision
  • 55af28e2fa0935d09988649d770b9daaf94290ab
  • master default
  • JS-based-scroll-rendering
  • Paul_Marius_Level
  • Paul_Marius_2
  • Paul_Marius
  • Andi_Mark
  • be-UnityWebView
  • gitignoreFrameitServer
  • ZimmerBSc
  • Bugfix_StageLoading
  • stages
  • MAZIFAU_Experimental
  • tsc/coneworld
  • tsc/fact-interaction
  • marcel
  • MaZiFAU_TopSort
  • mergeHelper
  • zwischenSpeichern
  • tempAndrToMaster
  • SebBranch
  • 3.0
  • v2.1
  • v2.0
  • v1.0
25 results

FactSpawner.cs

Blame
  • DiscardSearchResultsCommandResponse.cs 474 B
    using MasterDevs.ChromeDevTools;
    using Newtonsoft.Json;
    using System;
    using System.Collections.Generic;
    
    namespace MasterDevs.ChromeDevTools.Protocol.Chrome.DOM
    {
    	/// <summary>
    	/// Discards search results from the session with the given id. <code>getSearchResults</code> should no longer be called for that search.
    	/// </summary>
    	[CommandResponse(ProtocolName.DOM.DiscardSearchResults)]
    	[SupportedBy("Chrome")]
    	public class DiscardSearchResultsCommandResponse
    	{
    	}
    }