Skip to main content
Up or down tonavigateEnter toselectEscape toclose⌘⇧KAI

method Deno.UnsafeWindowSurface.prototype.resize

#UnsafeWindowSurface.prototype.resize(
width: number,
height: number,
): void

This method should be invoked when the size of the window changes.

Parameters #

#width: number
#height: number

Return Type #

void