You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should maybe best be done by adding custom message types in the JS and thus all other functions can then be used as usual. (maybe they also need some expansions though)
BTW with #79, I've changed the message handler a bit and it now also allows to pass in custom HTML elements. It still not really swallow cloning of one message type or so, but my use cases for it are covered by the current behaviour…
Currently
MessageHandler
can only show one message.In the future, it could be necessary to show multiple messages, so these have to be created.
What has to be done?
The text was updated successfully, but these errors were encountered: