Optional
Controls whether relative time is always numeric or may use idiomatic phrasing.
With "auto", output may use forms such as "yesterday" or "now" instead of "1 day ago".
"auto"
"yesterday"
"now"
"1 day ago"
'always' Copy
'always'
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/RelativeTimeFormat/RelativeTimeFormat#numeric
The style of the formatted relative time.
Possible values are:
'long' Copy
'long'
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/RelativeTimeFormat/RelativeTimeFormat#style
Controls whether relative time is always numeric or may use idiomatic phrasing.
With
"auto", output may use forms such as"yesterday"or"now"instead of"1 day ago".