Contents

domDocument

The web frame’s DOM document.

Declaration

var domDocument: DOMDocument! { get }

Discussion

nil if the receiver doesn’t have a DOM document; for example, if it’s a standalone image.

See Also

Getting DOM Objects