I am trying to use global Intl constructor for formatting values with currencies. But it appears to be currencyDisplay:'narrowSymbol' doesn't supported and work in Safari but works fine in Chrome.
The following error is returned in the console:
RangeError: currencyDisplay must be either "code", "symbol", or "name"