🎉 Add uuid v1 implementation.

This commit is contained in:
Andrey Antukh 2020-01-21 12:17:49 +01:00
parent 2390735164
commit 20cd5b1d9c
4 changed files with 154 additions and 48 deletions

View file

@ -49,5 +49,8 @@ var TopLevel = {
"result": function() {},
"readAsText": function() {},
"src": function() {},
"readAsDataURL": function() {}
"readAsDataURL": function() {},
"crypto": {
"getRandomValues": function() {}
}
};