about summary refs log tree commit diff
path: root/src/lib/broadcast/index.web.ts
blob: ca202ec80e218ac19c46b5f70b9dd164745e1212 (plain) (blame)
1
2
import Stub from '#/lib/broadcast/stub'
export default 'BroadcastChannel' in window ? window.BroadcastChannel : Stub