@shipmaster/mf-bridge
v1.0.1
Published
mf(host-remote)桥接
Downloads
4
Readme
@shipmaster/mf-bridge
组件说明
mf bridge, 用于host和remote间的桥接通信。目前用于房间页和其联邦模块。
使用方式
<script lang="ts">
import { mfBridge } from '@shipmaster/mf-bridge'
mfBridge.callHost({
method: 'room.xxxx',
data: {
content: 'xxxx'
},
callback () {
console.log('callback')
}
})