PostMessageChannel type
Handler used to receive and process messages sent between a dialog and the app that launched it
type PostMessageChannel = (message: any) => void
Этот браузер больше не поддерживается.
Выполните обновление до Microsoft Edge, чтобы воспользоваться новейшими функциями, обновлениями для системы безопасности и технической поддержкой.
Handler used to receive and process messages sent between a dialog and the app that launched it
type PostMessageChannel = (message: any) => void