Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: this.files[t].lastModifiedDate is undefined #482

Open
martin-ro opened this issue Aug 5, 2019 · 4 comments · May be fixed by #549
Open

TypeError: this.files[t].lastModifiedDate is undefined #482

martin-ro opened this issue Aug 5, 2019 · 4 comments · May be fixed by #549

Comments

@martin-ro
Copy link

Trying to upload the same file twice results in an error. Can be reproduced with the online demo at https://rowanwins.github.io/vue-dropzone/docs/dist/#/demo

TypeError: this.files[t].lastModifiedDate is undefined

reference: https://developer.mozilla.org/en-US/docs/Web/API/File/lastModifiedDate

@rowanwins
Copy link
Owner

I dont get that error in Chrome, what browser are you using?

@turbat-bay
Copy link

It happens in Safari 13.0.1
image

@fabianmieller
Copy link

Same error in firefox

@hackel
Copy link

hackel commented Feb 27, 2020

Big, fat warning on MDN:

This feature is no longer recommended. Though some browsers might still support it, it may have already been removed from the relevant web standards, may be in the process of being dropped, or may only be kept for compatibility purposes. Avoid using it, and update existing code if possible; see the compatibility table at the bottom of this page to guide your decision. Be aware that this feature may cease to work at any time.

Though present in early draft of the File API spec, this property has been removed from it and is now non-standard. Use File.lastModified instead.

File.lastModified returns a timestamp, so that's even easier, however the garbage browsers like IE and Safari still don't support it, so the code needs to account for that.

@rowanwins rowanwins added this to the v3.7 milestone May 9, 2020
@rowanwins rowanwins linked a pull request May 9, 2020 that will close this issue
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants