Skip to content

Commit

Permalink
Merge branch 'add-text-query-handler' of https://github.com/hardkoded…
Browse files Browse the repository at this point in the history
…/puppeteer-sharp into add-text-query-handler
  • Loading branch information
kblok committed Jun 1, 2023
2 parents 1159d1c + 464aa89 commit 3502689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/PuppeteerSharp/CustomQueryHandler.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace PuppeteerSharp
{
// This calls represents both InternalQueryHandler and CustomQueryHandler upstream.
// This class represents both InternalQueryHandler and CustomQueryHandler upstream.

/// <summary>
/// Contains two functions `queryOne` and `queryAll` to be used as custom query handlers
Expand All @@ -18,4 +18,4 @@ public class CustomQueryHandler
/// </summary>
public string QueryAll { get; set; }
}
}
}

0 comments on commit 3502689

Please sign in to comment.