JS Coding Questions Logo
JS Coding Questions
#37💼 Interview

What is a post message

Advertisement

728x90

Post message is a method that enables cross-origin communication between Window objects.(i.e, between a page and a pop-up that it spawned, or between a page and an iframe embedded within it). Generally, scripts on different pages are allowed to access each other if and only if the pages follow same-origin policy(i.e, pages share the same protocol, port number, and host).

Advertisement

Responsive Ad
🎯 Practice NowRelated Challenge

JavaScript Coding Exercise 39

Test your knowledge with this interactive coding challenge.

Start Coding

Advertisement

728x90
37of476