WICG / uuid

UUID V4
Other
63 stars 10 forks source link

Implementation in Deno JavaScript runtime #26

Closed bcoe closed 3 years ago

bcoe commented 3 years ago

crypto.randomUUID was just implemented in Deno.

I wonder if it's worth drawing attention to the Node.js and Deno implementations in our spec anywhere? The process of standardizing crypto.randomUUID has been a great example, in my opinion, of a spec being developed in parallel with browser and non-browser JavaScript runtimes in mind.