PostMessageChannel type
Handler used to receive and process messages sent between a dialog and the app that launched it
type PostMessageChannel = (message: any) => void
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.
Handler used to receive and process messages sent between a dialog and the app that launched it
type PostMessageChannel = (message: any) => void