engine
engine copied to clipboard
Support cross-environment subscriptions in the format `.subscribe(event, listener)`
Currently, cross-environment service subscriptions can only be defined as myService.subscribe(listener)
It would be really useful to also allow event name as the first argument: myService.subscribe(event, listener)
Right now the engine doesn't warn you or throw an error when you try to do this, the subscription just silently fails to work.