deno.com

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