Enrico Stara
Enrico Stara
Hi, as agreed, I tried to remove the J4TS dependencies from my application. I can compile successfully but my app stops working correctly. First point I could see is that...
Give to FireFox a chance to set the xhr.responseType = 'arraybuffer' on async request. See also: https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/Sending_and_Receiving_Binary_Data
I added Infinite Garble Extension (IGE) mode to AES and NoPadding in order to work with Telegram Messanger protocol: https://core.telegram.org/mtproto/description I found this change only in Webogram project: https://github.com/zhukov/webogram/blob/master/app/vendor/cryptoJS/crypto.js under...