In Method nativeGetModificationDate of Class File is modificationdate used instead of lastModifiedDate. See https://developer.mozilla.org/en-US/docs/Web/API/File/lastModifiedDate
nativeGetModificationDate
File
modificationdate
lastModifiedDate
private native double nativeGetModificationDate() /*-{ return this.modificationdate != null ? this.modificationdate.getTime() : 0; }-*/;
had trouble without flash with IE11
Log in to post a comment.
In Method
nativeGetModificationDate
of ClassFile
ismodificationdate
used instead oflastModifiedDate
.See https://developer.mozilla.org/en-US/docs/Web/API/File/lastModifiedDate
had trouble without flash with IE11