GumpacG commented on code in PR #3472:
URL: https://github.com/apache/tinkerpop/pull/3472#discussion_r3476341880


##########
gremlin-js/gremlin-javascript/package.json:
##########
@@ -44,7 +44,8 @@
   "dependencies": {
     "antlr4ng": "3.0.16",
     "buffer": "^6.0.3",
-    "eventemitter3": "^5.0.1"
+    "eventemitter3": "^5.0.1",
+    "undici": "6.27.0"

Review Comment:
   I added dispatcher.browser.ts for browsers and throw if users try to set the 
unsupported connection options in a browser. 
   
   I tested this manually with example in examples/browser. As for a smoke 
test, I created a follow up ticket 
https://issues.apache.org/jira/browse/TINKERPOP-3260 to implement this.



-- 
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]

Reply via email to