I have a web page embedded into CefSharp webview
.
That web page is using a setInterval
JS function to check if there is a new message into the database every XX
seconds.
Is there a way to make a C# Winforms
notification once the web page have found a new message?