IFrameElement

IFrameElement

IFrameElement is a virtual IFrame element. Some attributes are stored in the virtual DOM properties (via _set() and _get()), and changes in them are applied to the native DOM element.

It also has allow, importance, name, referrerpolicy, sandbox, and width properties.

Those are also (mostly) standard attributes, and when they are changed on the virtual element via _set(), the native DOM attributes are updated.