-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add randomUUID method #285
Conversation
Hey 👋 Thanks for the PR! |
@twiss sounds great, I'm still learning the ins and outs of the respec syntax, so appreciate the direction. |
I'm not an expert on ReSpec either 😅 But as long as we end up with a consistent document I'm happy :) |
Merge sections from https://github.com/WICG/uuid describing randomUUID() method. Refs: WICG/uuid#27
Hey 👋 I've rebased this PR, and made some editorial changes (mainly to bring the style more in line with the rest of the spec), and pushed them to the branch - let me know if you have any objections to these. I've also somewhat simplified the wording for getting 16 random bytes - even though that brings it less in line with Finally, this PR uses |
@twiss I like this change 👍
Thank you for doing this 👏 For next steps, I'm assuming we should leave in draft until discussions take place regrading Web Crypto's charter? (CC: @marcoscaceres). |
Yeah, @samuelweiler would be better equipped to talk about that. |
Progress on the recharter can be tracked here: In the meantime, it's fine to do the final reviews and we should just merge this. We can regenerate the editor's draft here on Github for now and republish "officially" on /TR/ once the rechartering actually happens. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This still looks good, but I have a style nit you might want to address before landing.
Thanks again for all the work here! 😊 |
The randomUUID method was merged in the WebCrypto API spec, see: w3c/webcrypto#285 This update adds the WICG repository to the ignore list.
The randomUUID method was merged in the WebCrypto API spec, see: w3c/webcrypto#285 This update adds the WICG repository to the ignore list.
Merge sections from https://github.com/WICG/uuid describing randomUUID()
method.
Refs: WICG/uuid#27
Preview | Diff