nickva commented on pull request #3425:
URL: https://github.com/apache/couchdb/pull/3425#issuecomment-800567938


   @janl good point on not adding extra static info to all the headers, I 
hadn't thought of that
   
   For javascript we might want to add an info object in case we switch away 
from spidermonkey to say v8 or other engine.`"javascript_engine": {"name": 
"spidermonkey", "version": "68"}`, for `V8` would it be `{"name":"v8", 
"version": "1.0.0"}` or something. Maybe `"javascript": {...}` or `"js_engine"` 
I am not very good at names :-)
   
   @wohali good idea, if we know the ECMAScript version we could add it to the 
`{..., "ecmascript_version": ...}` to the info object too perahps.


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to