UNPKG

@design.estate/dees-comms

Version:

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

7 lines (5 loc) 124 B
import * as plugins from './dees-comms.plugins.js'; /** * a message that can be sent */ export class DeesCommsMessage {}