I have a case where I would like to run a plugin and send a response and when the request is received I want to show a non interfering notification dialog. I do not want to open a modal dialog. I just want to briefly show a message that “Everything’s done!”.
There are push notifications and local JavaScript notifications (notification.show()
). I only need local JS support.