Skip to content
4 changes: 3 additions & 1 deletion javascript/builtins/Temporal/PlainDate.json
Original file line number Diff line number Diff line change
Expand Up @@ -1690,7 +1690,9 @@
},
"edge": "mirror",
"firefox": {
"version_added": "139"
"version_added": "139",
"partial_implementation": true,
"notes": "Calendars `islamic`, `islamic-rgsa` and `islamic-umalqura` are not available. See [bug 1950425](https://bugzil.la/1950425) and [bug 1954138](https://bugzil.la/1954138)."
},
"firefox_android": "mirror",
"ie": {
Expand Down
4 changes: 3 additions & 1 deletion javascript/builtins/Temporal/PlainDateTime.json
Original file line number Diff line number Diff line change
Expand Up @@ -2002,7 +2002,9 @@
},
"edge": "mirror",
"firefox": {
"version_added": "139"
"version_added": "139",
"partial_implementation": true,
"notes": "Calendars `islamic`, `islamic-rgsa` and `islamic-umalqura` are not available. See [bug 1950425](https://bugzil.la/1950425) and [bug 1954138](https://bugzil.la/1954138)."
},
"firefox_android": "mirror",
"ie": {
Expand Down
4 changes: 3 additions & 1 deletion javascript/builtins/Temporal/ZonedDateTime.json
Original file line number Diff line number Diff line change
Expand Up @@ -2470,7 +2470,9 @@
},
"edge": "mirror",
"firefox": {
"version_added": "139"
"version_added": "139",
"partial_implementation": true,
"notes": "Calendars `islamic`, `islamic-rgsa` and `islamic-umalqura` are not available. See [bug 1950425](https://bugzil.la/1950425) and [bug 1954138](https://bugzil.la/1954138)."
},
"firefox_android": "mirror",
"ie": {
Expand Down