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
As Firefox will ship Temporal in next month and this polyfill follows latest stable spec, it would be better that the polyfill doesn't overwrite native implementation if exists.
Perhaps it's still early to do that, because the spec for non-ISO calendars (Intl era and monthCode Proposal) is in progress and not yet stable. It depends on which level of spec-compliance this polyfill targets on, I think.
The text was updated successfully, but these errors were encountered:
For now, importing the polyfill globally via
temporal-polyfill/global
overwritesglobalThis.Temporal
and other APIs.https://github.com/fullcalendar/temporal-polyfill/blob/bc1baf3875392ecd8522d40e7eecb55fa582808c/packages/temporal-polyfill/src/global.ts
As Firefox will ship Temporal in next month and this polyfill follows latest stable spec, it would be better that the polyfill doesn't overwrite native implementation if exists.
https://groups.google.com/a/mozilla.org/g/dev-platform/c/RtsRo93ygO4/m/2YzM42GUBwAJ
Perhaps it's still early to do that, because the spec for non-ISO calendars (Intl era and monthCode Proposal) is in progress and not yet stable. It depends on which level of spec-compliance this polyfill targets on, I think.
The text was updated successfully, but these errors were encountered: