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:
- IE 11
- iframe communication
- window.postMessage
Is there any maximum length limitation?