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
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
I'm interested in using this, but the documentation seems to be hopelessly out-of-date with version 0.2.2. Even the tests don't seem like they could work (snapshotResult is frequently referenced but never declared, for example).
Most of the time I've been able to fumble through by reading the source and making educated guesses, but in particular I'm being tripped up on the proper way to call setGlobals, especially the idea of defining window at compile time when that object doesn't exist until runtime.
What is the best way to bring this into my project right now? Should I simply copy the use of 0.0.21 in Atom's master branch?
The text was updated successfully, but these errors were encountered:
I'm completely behind this. Why does this have to be so cryptic? I don't know how the users are suppose to use this tool without proper documentation. This would provide some clarity to the frequently asked question at the Electron's issue tracker about code protection. All we need is actual, useful documentation.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm interested in using this, but the documentation seems to be hopelessly out-of-date with version 0.2.2. Even the tests don't seem like they could work (
snapshotResult
is frequently referenced but never declared, for example).Most of the time I've been able to fumble through by reading the source and making educated guesses, but in particular I'm being tripped up on the proper way to call
setGlobals
, especially the idea of definingwindow
at compile time when that object doesn't exist until runtime.What is the best way to bring this into my project right now? Should I simply copy the use of
0.0.21
in Atom's master branch?The text was updated successfully, but these errors were encountered: