Files
VRCX/html/webpack.config.js
Gizmo 0817a1358f refactor: Replace UUID dependency with window.crypto.randomUUID() (#601)
Remove the UUID dependency and replaces it with
the `window.crypto.randomUUID()` method. By utilizing the native browser function,
we eliminate the need for an external library.
2023-07-19 11:09:14 +12:00

4.1 KiB