added abort() function to js-module

This commit is contained in:
russa
2020-09-16 17:44:59 +02:00
parent 5f327dc82a
commit 269d5d4c8a
3 changed files with 27 additions and 5 deletions
+1
View File
@@ -6,4 +6,5 @@ module.exports = {
UNSUPPORTED_URL: -5,
NOT_CONNECTED: -6,
POST_PROCESSING_FAILED: -7,
ABORTED: -8,
};