STRd6 / editor

Edit Github repos and run them in your browser.
https://danielx.net/editor/
17 stars 10 forks source link

Postmaster is not sending message to parent. #151

Open STRd6 opened 10 years ago

STRd6 commented 10 years ago

When running apps from within the editor postmaster messaging to parent window doesn't work.

Cause: Sandboxed runner is nested inside an iframe and the parent window does not proxy the messages to its parent.

STRd6 commented 10 years ago

I think we can fix this by proxying window.opener