kenhuuu commented on code in PR #3330:
URL: https://github.com/apache/tinkerpop/pull/3330#discussion_r2956876815
##########
gremlin-javascript/src/main/javascript/gremlin-javascript/lib/driver/connection.ts:
##########
@@ -130,20 +103,9 @@ export default class Connection extends EventEmitter {
* @type {String}
*/
this.mimeType = options.mimeType || defaultMimeType;
Review Comment:
Do you need this? This should really be derived from the "writer" and
"reader" options (you can technically send and receive with different
serializers).
--
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]