Lookout-ent
Lookout-ent
the doc details about V8RuntimeOptions not NodeRuntimeOptions in the code as well i don't see a option of setting globalName in NodeRuntimeOptions
i tried : `poolConfig.setJSRuntimeType(JSRuntimeType.V8); poolConfig.setGlobalName("global"); javetEnginePool = new JavetEnginePool(poolConfig);` still observing that global is undefined
yeah ... but i was expecting setGlobalName to work let's say i don't have control over the script. in that case i would expect global to be defined