[w3c/IndexedDB] lastModifiedDate on File is not a thing (#215)

There's a clause for evaluating keypaths on File objects with the "lastModifiedDate" property. That property is only implemented in some browsers (Chrome, Firefox, maybe Edge?, but not Safari) but is not in the https://w3c.github.io/FileAPI/ standard.

This should be reconciled - either spec it or remove it from IDB.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/issues/215

Received on Wednesday, 20 September 2017 23:53:49 UTC