JS Coding Questions Logo
JS Coding Questions
#330💼 Interview

Is postMessages synchronous

Advertisement

728x90

The postMessages are synchronous in IE8 browser but they are asynchronous in IE9 and all other modern browsers (i.e, IE9+, Firefox, Chrome, Safari).Due to this asynchronous behaviour, we use a callback mechanism when the postMessage is returned.

Advertisement

Responsive Ad
🎯 Practice NowRelated Challenge

JavaScript Coding Exercise 73

Test your knowledge with this interactive coding challenge.

Start Coding

Advertisement

728x90
330of476