fix(core): update
This commit is contained in:
parent
a04cafdb63
commit
243d1f17a3
@ -5,6 +5,7 @@ let deesCommsTest: deesComms.DeesComms;
|
|||||||
|
|
||||||
tap.test('first test', async () => {
|
tap.test('first test', async () => {
|
||||||
deesCommsTest = new deesComms.DeesComms();
|
deesCommsTest = new deesComms.DeesComms();
|
||||||
|
deesCommsTest;
|
||||||
});
|
});
|
||||||
|
|
||||||
tap.start();
|
tap.start();
|
||||||
|
12
ts/index.ts
12
ts/index.ts
@ -1,11 +1 @@
|
|||||||
import * as plugins from './dees-comms.plugins';
|
export * from './dees-comms.classes.deescomms';
|
||||||
|
|
||||||
/**
|
|
||||||
* 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() {}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user