tchen01 / monospace

display monospaced textblocks in facebook chat
MIT License
7 stars 2 forks source link

How to mutation observer #13

Closed tchen01 closed 9 years ago

tchen01 commented 9 years ago

We know that all of the main chat's messages are recreated every time a new message is sent. Would it be better to just write a function to redraw on that and then run the function if there is an update rather than cycling through mutations?

jayelm commented 9 years ago

Done