Rectangle type
Internal representation of a DOMRect suitable for sending via postMessage.
type Rectangle = { height: number; width: number; x: number; y: number }
Não há mais suporte para esse navegador.
Atualize o Microsoft Edge para aproveitar os recursos, o suporte técnico e as atualizações de segurança mais recentes.
Internal representation of a DOMRect suitable for sending via postMessage.
type Rectangle = { height: number; width: number; x: number; y: number }