sandbox property

DOMTokenList get sandbox

The sandbox read-only property of the HTMLIFrameElement interface returns a DOMTokenList indicating extra restrictions on the behavior of the nested content.

It reflects the sandbox attribute of the iframe element.

Implementation

external DOMTokenList get sandbox;