[w3c/IndexedDB] Remove lastModifiedDate handling (#300)

Several browsers used to implement a nonstandard `lastModifiedDate` property on File objects. This has been removed everywhere except Chrome, and it's not in the File API spec. This specification included special cases for keypath evaluation of that property name, and it wasn't tested. Remove the references.

Closes #215

You can view, comment on, or merge this pull request online at:

  https://github.com/w3c/IndexedDB/pull/300

-- Commit Summary --

  * Remove lastModifiedDate handling.

-- File Changes --

    M index.bs (7)

-- Patch Links --

https://github.com/w3c/IndexedDB/pull/300.patch
https://github.com/w3c/IndexedDB/pull/300.diff

-- 
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/pull/300

Received on Monday, 23 September 2019 21:25:22 UTC