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
Debugging in Chrome fails with "Calling synchronous methods on native module is not supported in Chrome"
It's likely related to the api change in this commit. Is there any way to use this current version with the Chrome debugger? If not, offering an async api as well might be helpful.
The text was updated successfully, but these errors were encountered:
Hey! I'm having this issue as well and wanted to attempt a PR using the method as a Promise as described here, but had issues getting the example to run.
Any gotchas to be aware of when trying to run the project?
Debugging in Chrome fails with "Calling synchronous methods on native module is not supported in Chrome"
It's likely related to the api change in this commit. Is there any way to use this current version with the Chrome debugger? If not, offering an async api as well might be helpful.
The text was updated successfully, but these errors were encountered: