Mastodon Feed: Post

Mastodon Feed

aral@mastodon.ar.al ("Aral Balkan") wrote:

(Also, a bug in the first code listing: I should be initialising this.data to `{}` (empty object) instead of `’’` (empty string). It’s confusing and could cause a crash if you were doing lookup before the value was populated. It snuck in because the property actually was a string earlier on.)