Add tests for demux

This commit is contained in:
Jerry Kurian
2019-09-09 11:53:21 -04:00
parent 599ba16d48
commit 0067ba6a7c
6 changed files with 576 additions and 105 deletions

View File

@@ -29,6 +29,7 @@ enum EventSubscription {
All,
Self,
}
const eventsTarget = {
close: EventSubscription.Last,
data: EventSubscription.Last,