I`m using the window.postMessage by sending some data. The data is html element, so the size is little big.
But there was an issue on IE environment. The data was broken with max length 1024.
I checked the postMessage IE limitation but I couldn`t find something.
environment:
Is there any maximum length limitation?
I solved the problem with another point.
This 1024 length problem was console.log
problem.
There was the max length of one console log message at the Internet Explorer 11. (https://stackoverflow.com/a/27844847/11506231)