Create single Chromium Instance that is shared between all Connectors.

Fix pages staying open when page could not be loaded.
This commit is contained in:
2024-09-16 20:26:15 +02:00
parent 35f2625f05
commit 2dac5db4da
4 changed files with 5 additions and 22 deletions

View File

@ -41,5 +41,4 @@ internal abstract class DownloadClient : GlobalBase
}
internal abstract RequestResult MakeRequestInternal(string url, string? referrer = null, string? clickButton = null);
public abstract void Close();
}