UNPKG

@design.estate/dees-comms

Version:

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

13 lines (10 loc) 414 B
// pushrocks scope 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 }; // third party scope import { BroadcastChannel as BroadCastChannelPolyfill } from 'broadcast-channel'; export { BroadCastChannelPolyfill }