uplink-nodejs
uplink-nodejs copied to clipboard
Added support for access revoking
An update to support features from the new release of uplink-c, according to messages from this PR.
Notes:
- It works on macOS, but I couldn't test it on Windows, because I have no one. Could anybody do it? It needs only to run
npm install
, configure a path to .dll (like it's described in README.md), and runnpm test
. - Here I propose a new way to handle the results of promises with
chai-as-promised
library. It's more convenient than waiting for the result and checking it.