mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
JavaScript error when accessing app window object #502
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Velorien on GitHub (May 29, 2020).
Originally assigned to: @GregorBiswanger on GitHub.
Version:
API and CLI 8.31.2 on .NET Core 3.1
Target:
Windows and Mac
Steps to Reproduce:
As per my client's report, they have left the application runnning for a longer while and then made an action that caused the following code to run:
The following message appeared:

I've also seen these errors occur right after the application started, but I couldn't quite pin down their source. Is this somehow related to #381 ? I've never seen this happen when I
electronize startthe application. Please let me know if there's anything I can do to help resolve this issue.