Skip to content
New issue

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

Update payload of Toastr (Feature) #206

Closed
wants to merge 6 commits into from
Closed

Conversation

nzhtrtlc
Copy link

@nzhtrtlc nzhtrtlc commented Oct 9, 2018

Added update feature to update content of Toastr
Added npm package babel-polyfill to use promises with await and async keywords for the examples page.

You can basically update a Toastr like this;

toastr.update('mycustomid', { title: 'Updated title' });
toastr.update('mycustomid2', { title: 'Updated title', position: 'top-right' });

Added npm package babel-polyfill to use promises with await and async keywords for the examples page.
@diegoddox
Copy link
Owner

Thanks for the BR but I will close it, feel free to open an issue in case u need this feature.

@diegoddox diegoddox closed this Feb 2, 2022
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.

None yet

2 participants