Re: [ServiceWorker] Should UUID for unique IDs be mandated? (#647)

I think the File API is wrong in not requiring something specific. Having said that, I'm not really sure we need UUIDs. The identifiers need to be unique per-origin, not globally. Having them globally unique might actually not be good for the user.

As for a primitive, the Web Crypto API defines a randomness primitive.

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/647#issuecomment-78014954

Received on Tuesday, 10 March 2015 08:48:26 UTC