You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You want to run webiview without freezing the main script ?
As I know, there is no simple way to run in background since webview handle the client event loop. You can run webview in a worker or a sub process and send data to client via websocket but you don't have direct access of the server part. I'm working on a pull request to solve that via an async api but this project seems to be slowing down.
No description provided.
The text was updated successfully, but these errors were encountered: