height
The requested height of the containing window.
Declaration
var height: NSNumber? { get }Discussion
The object in this property contains a CGFloat value. If the webpage didn’t request a specific window height, this property is nil.
The requested height of the containing window.
var height: NSNumber? { get }The object in this property contains a CGFloat value. If the webpage didn’t request a specific window height, this property is nil.