UNPKG

@design.estate/dees-comms

Version:

A communications module for enabling DOM-based messaging and synchronization across browser tabs and workers.

7 lines (6 loc) 371 B
import * as smartdelay from '@push.rocks/smartdelay'; import * as typedrequestInterfaces from '@api.global/typedrequest-interfaces'; import * as typedrequest from '@api.global/typedrequest'; export { smartdelay, typedrequestInterfaces, typedrequest }; import { BroadcastChannel as BroadCastChannelPolyfill } from 'broadcast-channel'; export { BroadCastChannelPolyfill };