Hi,
For cdn version we can do
const engine = new BABYLON.Engine(canvasElement, true, { preserveDrawingBuffer: true, stencil: true });
engine.name = "Unique Name For the Spec";
return engine;
The same code for preview version returns
TypeError: Cannot set property name of #<e> which has only a getter
The issue is the name can not be set. Is this intended? Should I report a github issue for this?