Hacker News new | ask | show | jobs
by roca 742 days ago
I think sooner or later you're going to want to load lower-trust content --- IFRAMEs of third-party Web content, or sandboxed extensions, or something like that. Building your entire architecture on the assumption you'll never have to do that is very risky.
1 comments

You could use the system webview for embedded third-party web content while using your own framework for trusted content.