fix(core): update
This commit is contained in:
12
ts/index.ts
12
ts/index.ts
@@ -1,11 +1 @@
|
||||
import * as plugins from './dees-comms.plugins';
|
||||
|
||||
/**
|
||||
* a comm class for client side communication between workers and tabs.
|
||||
*/
|
||||
export class DeesComms {
|
||||
public postChannel = new BroadcastChannel('dees-comms');
|
||||
public subscriptionChannel = new BroadcastChannel('dees-comms');
|
||||
|
||||
public async postMessage() {}
|
||||
}
|
||||
export * from './dees-comms.classes.deescomms';
|
Reference in New Issue
Block a user