I was tracking down an infinite loop and it's caused by calling:
browser.i18n.getMessage('faq_4a', ['$13.99'])
Where the "faq_4a" is defined as:
"faq_4a": {
"message": "Highlight all prices like $1"
},
The problem is the parameter ['$13.99']
, if I use this parameter for any message that accepts a placeholder, it will just froze the console or whatever executed it.
Can someone please try to run this code to verify?
I need to know if this is a Safari issue or if just my Safari broken. I use Safari 15.3 (17612.4.9.1.8).
Thank you!