Skip to content

Conversation

JoshJarabek7
Copy link

Originally only had void as the return type, and the example on the README.md showed a Promise being returned, causing yellow squiggles from Typescript / Sonarlint.

@baelter
Copy link
Member

baelter commented Sep 28, 2023

Isn't that because your onMessage callback returns a Promise. In that case I guess we should change to any in the lib since we can't control what users of the lib return in their callbacks. Or the lib should handle async callbacks.. WDYT @carlhoerberg?

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

Successfully merging this pull request may close these issues.

2 participants