Skip to content
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.

Safari can't find the property'lastModifiedDate' #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Safari can't find the property'lastModifiedDate' #12

wants to merge 1 commit into from

Conversation

jocklei
Copy link

@jocklei jocklei commented May 18, 2018

Author, Hello, this component is under my project Safari browser, this section of code'this.lastModifiedDate = new Date (object.lastModifiedDate.getTime ()); 'the error can not find the property'lastModifiedDate', change to'lastModified', it is no problem, it is suggested to change this paragraph to'this.lastModifiedDate = new Date (obj). Ect.lastModified); 'no problem at all, browsers are supported.

Author, Hello, this component is under my project Safari browser, this section of code'this.lastModifiedDate = new Date (object.lastModifiedDate.getTime ()); 'the error can not find the property'lastModifiedDate', change to'lastModified', it is no problem, it is suggested to change this paragraph to'this.lastModifiedDate = new Date (obj). Ect.lastModified); 'no problem at all, browsers are supported.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant