1.0.1 • Published 3 years ago

@shipmaster/mf-bridge v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

@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')
  }
})
1.0.1

3 years ago

1.0.1-beta.0

3 years ago