-
fix: replace crypto.randomUUID with polyfill for HTTP contexts
发布于
2026-05-05 15:51:07 +00:00 crypto.randomUUID() is only available in secure contexts (HTTPS/localhost).
Add uuid() utility with fallback for HTTP deployments.下载附件
发布于
crypto.randomUUID() is only available in secure contexts (HTTPS/localhost).
Add uuid() utility with fallback for HTTP deployments.