spmallette commented on code in PR #3463:
URL: https://github.com/apache/tinkerpop/pull/3463#discussion_r3444109728
##########
gremlin-javascript/src/main/javascript/gremlin-javascript/lib/process/traversal.js:
##########
@@ -94,12 +94,32 @@ class Traversal {
}
/**
- * Async iterator method implementation.
- * Returns a promise containing an iterator item.
- * @returns {Promise.<{value, done}>}
+ * Returns the next result from the traversal.
+ *
+ * When called without an argument, returns a Promise that resolves to an
iterator
Review Comment:
returns array:
https://github.com/apache/tinkerpop/pull/3463/changes#diff-c7d8586c9d44e24aaf214576b971e6148c4831bd1f168bbbba85f3f564715709R185-R190
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]