overte
overte copied to clipboard
Add BASE64 encoding/decoding to script engine
As defined here: https://developer.mozilla.org/en-US/docs/Web/API/btoa Qt BASE64 functions can be used for this.
https://github.com/overte-org/overte/blob/1ab7d3b119d4582c806faa22d06eba2c709af46e/plugins/JSAPIExample/src/JSAPIExample.cpp like this?
We now have Script.btoa and Script.atob. Is this issue resolved?