We’re planning to use a shared IPFS worker on our webnative apps, so your data is available instantly across all those apps. We’ve added a HTML file and worker JS file to our auth lobby, so you can load that in using an iframe.
Once you go WebNative, iframes, workers/PWA and postMessage communication indeed is the way to create interoperability channels.
Problems define their own solutions indeed.
Here the isolation provided by iframes can be relied on.
When you compose capabilities within a given owned/trusted network of capabilities one can use the much ignored base tag to great effect
This is a classic example what’s wrong with the way specifications are presented.
The intent/purpose behind a specific capability baked into the browser are rarely explained.
this one argues for why you need to care about web standards
asks the right question
“why should I build it this way?” or “what are all the options for building the thing?”