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'm every day confusing that first arg is message and second is data. I propose set obj param something like code below
subscriber( { message:message, data: data });
The text was updated successfully, but these errors were encountered:
Switching to use an object parameter would break all backwards compatibility and all applications currently using PubSubJS
It should be trivial for you to implement a wrapper, that will give you any api you desire.
Sorry, something went wrong.
No branches or pull requests
I'm every day confusing that first arg is message and second is data.
I propose set obj param something like code below
The text was updated successfully, but these errors were encountered: