We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using electron.Screen throws following error at runtime: Error: Cannot require "screen" module before app is ready
Error: Cannot require "screen" module before app is ready
But how can we prevent loading the screen module before the App.ready event ?
The text was updated successfully, but these errors were encountered:
I guess we have to break the pattern and add some __init__ magic?
__init__
Sorry, something went wrong.
See: electron/electron#5897
f56c108
Patched by adding @:native("require(\"electron\").screen") but still here
@:native("require(\"electron\").screen")
Re-add patch for #29
ed435df
tong
No branches or pull requests
Using electron.Screen throws following error at runtime:
Error: Cannot require "screen" module before app is ready
But how can we prevent loading the screen module before the App.ready event ?
The text was updated successfully, but these errors were encountered: