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

Remove support for File.lastModified in IE #3897

Merged
merged 2 commits into from
Apr 17, 2019

Conversation

queengooborg
Copy link
Collaborator

Fixes #3113. File.lastModified was incorrectly marked as supported in IE and Edge, however they still use the deprecated File.lastModifiedDate property.

@queengooborg queengooborg added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Apr 16, 2019
@Elchi3
Copy link
Member

Elchi3 commented Apr 16, 2019

Edge 18 was added as it was mentioned in the release notes. https://docs.microsoft.com/de-de/microsoft-edge/dev-guide What is correct?

@queengooborg
Copy link
Collaborator Author

I totally butchered the test on Edge, can confirm it's actually working! IE is not.

@queengooborg queengooborg changed the title Remove support for File.lastModified in IE/Edge Remove support for File.lastModified in IE Apr 16, 2019
Copy link
Member

@Elchi3 Elchi3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alright cool, thanks for checking! 👍

@Elchi3 Elchi3 merged commit cca8064 into mdn:master Apr 17, 2019
@queengooborg queengooborg deleted the api/File/lastModified branch April 17, 2019 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IE 11 not supporting File.lastModified property
2 participants