You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Not everybody uses mainline browsers (Chrome/Firefox), instead some of us prefer to use alternate browsers - in my case, SeaMonkey 2.53.10 (which is its latest version, released last week). Unfortunately, I can't open the store on it, as it dies with "TypeError: Intl.RelativeTimeFormat is not a constructor", because RelativeTimeFormat was introduced much later on the Firefox timeline (SeaMonkey is based off FF58 with many, MANY backports from later FF versions). I suspect this could affect Pale Moon users too.
To Reproduce
Steps to reproduce the behavior:
Load the store on SeaMonkey
See a unresponsive UI, and "TypeError: Intl.RelativeTimeFormat is not a constructor" logged on the developer console
Expected behavior
The store should load just fine
Desktop (please complete the following information):
Describe the bug
Not everybody uses mainline browsers (Chrome/Firefox), instead some of us prefer to use alternate browsers - in my case, SeaMonkey 2.53.10 (which is its latest version, released last week). Unfortunately, I can't open the store on it, as it dies with "TypeError: Intl.RelativeTimeFormat is not a constructor", because RelativeTimeFormat was introduced much later on the Firefox timeline (SeaMonkey is based off FF58 with many, MANY backports from later FF versions). I suspect this could affect Pale Moon users too.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The store should load just fine
Desktop (please complete the following information):
Additional context
There is a polyfill available for older/legacy/alternate browsers, so it should be enough to include it to fix the site for us.
https://formatjs.io/docs/polyfills/intl-relativetimeformat
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/RelativeTimeFormat
The text was updated successfully, but these errors were encountered: