6 ms·
Once upon a time side bars and tool bars were made up of iframes that could talk to each other. Those sites wouldn't work today for "security reasons"
by collaborative 3y ago
Once upon a time side bars and tool bars were made up of iframes that could talk to each other. Those sites wouldn't work today for "security reasons"
- YoshiRulz 3y agoIf they have the same origin, then they should still work. But there's always postMessage[1]. [1]: https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage https://developer.mozilla.org/en-US/docs/Web/API/Window/post...