mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🎉 Add uuid v1 implementation.
This commit is contained in:
5
frontend/vendor/main.externs.js
vendored
5
frontend/vendor/main.externs.js
vendored
@@ -49,5 +49,8 @@ var TopLevel = {
|
||||
"result": function() {},
|
||||
"readAsText": function() {},
|
||||
"src": function() {},
|
||||
"readAsDataURL": function() {}
|
||||
"readAsDataURL": function() {},
|
||||
"crypto": {
|
||||
"getRandomValues": function() {}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user