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
We are curious if this is safe enough to use in production. We know future API changes could still occur and we are fine with that. More I'm wondering about other unknowns that might make you concerned for someone to use this in a production-grade application.
Thanks for any insights!
The text was updated successfully, but these errors were encountered:
We recently began adopting the Temporal API using this package at https://github.com/sumup and have been using it without issue in production. We guard against incompatibilities with future spec changes by importing the polyfill locally, not globally:
In effect, this means that we treat the polyfill like a regular dependency, which enables us to safely adjust our code (if necessary) when we upgrade to the latest/final polyfill/spec version. Once the first implementations land in browsers, we plan to remove the local imports and switch to conditionally loading the global polyfill when needed.
Hello and thank you for this project!
We are curious if this is safe enough to use in production. We know future API changes could still occur and we are fine with that. More I'm wondering about other unknowns that might make you concerned for someone to use this in a production-grade application.
Thanks for any insights!
The text was updated successfully, but these errors were encountered: