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