Patternslib/Patterns

push: enhance the pattern allowing to append the the fetched content to the .pat-push element

Closed this issue · 0 comments

Use case:

  • we have a chat window open with a lot of messages
  • a new message arrive
  • I want to see it pushed into my page

The current implementation of pat-push does not allow that because it will replace the content of the element all together.