We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 130f97f commit 69563acCopy full SHA for 69563ac
lib/PuppeteerSharp/EmulationManager.cs
@@ -29,7 +29,7 @@ internal void UpdateClient(CDPSession client)
29
_secondaryClients.Remove(client);
30
}
31
32
- internal async Task RegisterSecondaryPageAsync(CDPSession client)
+ internal async Task RegisterSpeculativeSessionAsync(CDPSession client)
33
{
34
_secondaryClients.Add(client);
35
await ApplyViewportAsync(client).ConfigureAwait(false);
0 commit comments