It’d be neat if I could have a single page app that could run across domains.
For example, suppose I had https://foo.gg website about some game tool, then https://foo.blog for the blog. It’d be awesome to be able to switch between content of both domains as a single page app.
Browsers would need some way to be able to determine that the domains are owned by one party, maybe through the certificates or something. Maybe if the SSL certificates are from the same, then it can work?
Suppose there is https://foo.tv for videos, https://foo.ai for some techy stuff, etc, but it’s all different pages for a “website”.
It’d be super sweet to be able to do this without a full refresh, with dynamic routes (f.e. imagine a WebGL app with routes across multiple domains).