We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have no clue what's the current state of this lib, maybe this would come later on.. But the exported types should be improved and enriched.
For example:
Currently the interface for the RealtimeChannel's on call could be easily improved.
on
realtime-js/src/RealtimeChannel.ts
Line 125 in 05d098c
Instead of
on(type: string, filter?: { [key: string]: string }, callback?: Function) {}
we should go with this:
on(type: string, callback: Function, filter?: { [key: string]: string })
Function
The text was updated successfully, but these errors were encountered:
exported types should be improved and enriched
@slaesh absolutely agree with you.
We're planning some big changes to this client lib and will improve the types. Will incorporate some of the feedback you've given here.
Sorry, something went wrong.
@slaesh don't want you to think we've forgotten about this. We'll be working on types in the next few weeks. Apologies on the delay!
No branches or pull requests
Feature request
I have no clue what's the current state of this lib, maybe this would come later on..
But the exported types should be improved and enriched.
For example:
Currently the interface for the RealtimeChannel's
on
call could be easily improved.realtime-js/src/RealtimeChannel.ts
Line 125 in 05d098c
Instead of
we should go with this:
Function
.. What about making it typed instead? =)The text was updated successfully, but these errors were encountered: