Skip to content

Commit 69563ac

Browse files
authored
Unify tab target handling in page (#2446)
* Unify tab target handling in page * format
1 parent 130f97f commit 69563ac

File tree

2 files changed

+108
-100
lines changed

2 files changed

+108
-100
lines changed

lib/PuppeteerSharp/EmulationManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ internal void UpdateClient(CDPSession client)
2929
_secondaryClients.Remove(client);
3030
}
3131

32-
internal async Task RegisterSecondaryPageAsync(CDPSession client)
32+
internal async Task RegisterSpeculativeSessionAsync(CDPSession client)
3333
{
3434
_secondaryClients.Add(client);
3535
await ApplyViewportAsync(client).ConfigureAwait(false);

0 commit comments

Comments
 (0)