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
We use diskusage in an Electron application and Electron is soon requiring Native Modules in the Renderer Process to be NAPI or Context Aware.
Is it possible to make diskusage Context Aware? See electron/electron#18397 and an example https://github.com/atom/node-keytar/pull/182/files
Thanks
The text was updated successfully, but these errors were encountered:
This looks relatively low cost, should be straightforward to add as well. I'll take a look at this over the next week, thanks!
Sorry, something went wrong.
Thanks! I also saw this blagoev@d55db9d
@jduncanator hey mate, any progress on making this context aware on NAPI? What do you think about blagoev@d55db9d ?
@aleksey-hoffman Good Job!
jduncanator
No branches or pull requests
We use diskusage in an Electron application and Electron is soon requiring Native Modules in the Renderer Process to be NAPI or Context Aware.
Is it possible to make diskusage Context Aware?
See electron/electron#18397 and an example https://github.com/atom/node-keytar/pull/182/files
Thanks
The text was updated successfully, but these errors were encountered: