in indigo.js [1732:1737]
IndigoObject.prototype.saveCdxml = function(filename) { this.d._setSessionId(); let s = this.d.writeFile(filename); this.d._checkResultString(this.d._lib.indigoIonize(this.id, s)); s.dispose(); };