setMaxSize

fun setMaxSize(size: LogicalSize?): ERROR CLASS: Symbol not found for js.promise.Promise<ERROR CLASS: Symbol not found for js.core.Void>(source)
fun setMaxSize(size: PhysicalSize?): ERROR CLASS: Symbol not found for js.promise.Promise<ERROR CLASS: Symbol not found for js.core.Void>(source)
fun setMaxSize(size: Size?): ERROR CLASS: Symbol not found for js.promise.Promise<ERROR CLASS: Symbol not found for js.core.Void>(source)

Sets the window maximum inner size. If the size argument is undefined, the constraint is unset.

Parameters

size

The logical or physical inner size, or null to unset the constraint.