travist / seamless.js

A Javascript library for working with seamless iframes.
http://www.travistidwell.com/seamless.js
MIT License
216 stars 44 forks source link

What does "Allow the child page to pop out of the parent page." mean? #28

Open chris13524 opened 4 years ago

chris13524 commented 4 years ago

I'm not seeing any documentation about this. Does "pop out" mean I can display a modal or tooltip on the parent page from inside the iframe?

danielmilner commented 4 years ago

It looks like it is probably referring to the ability to open the iframe in its own window.

https://github.com/travist/seamless.js/blob/c390816fbe21dc9f47695c62674e9bd7be4eaca1/src/seamless.parent.js#L16-L35