Closed BilalBoulifa closed 1 year ago
hello guys,
in my code, I need to open a window, do some processing then terminate it then continue doing some processing. but once I terminate the window the whole node code stop suddenly without any error, nothing is getting executed after window termination.
resolved by moving the whole WebView related code in a separate worker.
Thanks for your feedback, this will be documented.
hello guys,
in my code, I need to open a window, do some processing then terminate it then continue doing some processing. but once I terminate the window the whole node code stop suddenly without any error, nothing is getting executed after window termination.