With last .toLowerCase() change I've noticed that this is done 3 times in 3 different places, which triggers my internal "time to extract it" breakpoint, so I did that.
I did not add toLowerCase() for comparison in MessageBroker.js, though it could be added there
With last
.toLowerCase()
change I've noticed that this is done 3 times in 3 different places, which triggers my internal "time to extract it" breakpoint, so I did that.I did not add
toLowerCase()
for comparison in MessageBroker.js, though it could be added there