@@ -1,6 +1,6 @@
let randomUUID = () => {
try {
- if (typeof crypto?.randomUUID === 'function') randomUUID = crypto.randomUUID.bind(crypto);
+ randomUUID = crypto.randomUUID.bind(crypto);
} catch (e) {
randomUUID = () => {
return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function (c) {