Multiple DOM threads ? Yes!
What are you talking about ? iFrames suck!
iFrames were once insecure and often used for nefarious purposes. Browser makers have introduced many new security requirements as either defaults or even removed the older insecure ways entirely. The technology has advanced significantly. Some of the security features PDom uses to secure the iframes:
Sandboxing:
Sanboxed Iframes create a secure context
with no access to the parent's context.
In browser script injection:
Your javascript is never hosted ...
Read more at pdom.dev