[ 
https://issues.apache.org/jira/browse/TINKERPOP-2143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16835666#comment-16835666
 ] 

Moayad Alyaghshi commented on TINKERPOP-2143:
---------------------------------------------

[~fdominik] I just tried the code and it's working fine. I used a simple 
traversal from TinkerPop Documentation:
{code:java}
const names = await g.V().hasLabel('person').values('name').toList();
console.log(names);
{code}
*Browsers:* Google Chrome and Safari

> JavaScript GLV: Support browsers
> --------------------------------
>
>                 Key: TINKERPOP-2143
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2143
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: javascript
>            Reporter: Jorge Bay
>            Priority: Minor
>         Attachments: query-editor.jpg
>
>
> Currently the JavaScript GLV is designed to work on Node.js runtime.
> We could consider supporting browser runtimes.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to