Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a per epoch counter to generate unique names
Fixes #1198 this is a proposed fix to ensure unique names are generated names for identical field types at the same epoch. A per epoch counter is implemented. Changes: New elements now have a default value of prefix-epoch-counter starting from 0 I also investigated using performance.now(), however on Safari and Firefox the resolution for performance.now() is no greater than Date().getTime().
- Loading branch information