Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: uuid: add a fallback to the crypto.randomUUID API (#24)
In a secureContext, browser's function to generate uuid will be used. This adds a fallback to use a custom local function in insecure contexts (for instance tests). Fix #22
- Loading branch information