Replies: 1 comment
-
|
I was shocked to find Temporal not working in workerd considering that the V8 version used does have a stable Temporal implementation. As a matter of fact Node.js 26 was released yesterday with Temporal enabled thanks to V8 enabling it. It'd be a shame if the lack of support on workerd blocked broader adoption of Temporal |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Temporal is the new, substantially better way to handle dates and times in JavaScript. It’s ECMAScript Stage 4 now, and is about to land in Node (introducing compatibility issues).
It seems to me that supporting Temporal in the default runtime is more of a ‘when, not if’, but I couldn’t find any tracking issues across Cloudflare’s repos. So I was curious at least to understand if and when native support might be coming. In the meantime, I’ve had no issues working with the major polyfills on Workers for the past 3 years or so.
Beta Was this translation helpful? Give feedback.
All reactions