You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Ian Clelland (JIRA)" <ji...@apache.org> on 2014/06/09 20:39:01 UTC

[jira] [Created] (CB-6902) File.lastModifiedDate should change to .lastModified

Ian Clelland created CB-6902:
--------------------------------

             Summary: File.lastModifiedDate should change to .lastModified
                 Key: CB-6902
                 URL: https://issues.apache.org/jira/browse/CB-6902
             Project: Apache Cordova
          Issue Type: Bug
          Components: Plugin File, Plugin Media Capture
            Reporter: Ian Clelland
            Assignee: Ian Clelland


In the most recent (June 2 2014) version of the File API spec, the existing Date property {{lastModifiedDate}} has been replaced with a numeric property {{lastModified}}

ML discussion: http://lists.w3.org/Archives/Public/public-webapps/2013OctDec/0662.html
Bug: https://www.w3.org/Bugs/Public/show_bug.cgi?id=22824
Old spec: http://www.w3.org/TR/2012/WD-FileAPI-20121025/
New spec: http://dev.w3.org/2006/webapi/FileAPI/ (for now)

We should change, with a deprecation notice for backwards compatibility, to the new attribute.

This likely affects media-capture as well as file, and other plugins which generate File objects.



--
This message was sent by Atlassian JIRA
(v6.2#6252)