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 4bf7716 commit 6708376Copy full SHA for 6708376
lib/PuppeteerSharp/IsolatedWorld.cs
@@ -141,6 +141,7 @@ internal async Task<IJSHandle> AdoptHandleAsync(IJSHandle handle)
141
internal void Detach()
142
{
143
_detached = true;
144
+ _client.MessageReceived -= Client_MessageReceived;
145
TaskManager.TerminateAll(new Exception("waitForFunction failed: frame got detached."));
146
}
147
0 commit comments