Skip to content
This repository has been archived by the owner on Nov 26, 2020. It is now read-only.

removeEventListener should return Promise #21

Open
denglili-ep opened this issue Feb 21, 2020 · 0 comments
Open

removeEventListener should return Promise #21

denglili-ep opened this issue Feb 21, 2020 · 0 comments

Comments

@denglili-ep
Copy link
Contributor

public removeEventListener(listenerID: number): void { this.call(EventHandlingMessage.RemoveEventListener, [listenerID]); }

The underlying call is async by nature, and the wrapper should reflect it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant