-
-
Notifications
You must be signed in to change notification settings - Fork 892
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
In IE8 'T' format in new Date results in Error when including es5-shim instead of Default Browser Behaviour of NAN #303
Labels
Comments
Thanks, I definitely see this error. I'll see if I can investigate - I'm not sure what version of the |
Hey sure no problem, thanks for looking into, here is the snippet from my checked out version.
|
And which of those lines is 926? I think we're off by 1-2 :-) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue
In IE8 using the Date instance and executing a new date including the 'T' format results in an error outlined below when including the es5-shim.
* Sample*
Results in Error
Object doesn't support this property or method es5-shim.js, line 926 character 21
Default Behaviour without Shim
Running the same sample above without the shim, IE8 will return NAN.
Context
In our current application we are handling NAN, the problem is that some third-party libraries are using new Date() and the error is occurring within the external library when including the es5-shim. So we isolated the issue in IE8 to be that of the new Date with 'T' format.
Conclusion
Were not sure why when including the es5-shim this fatal error is happening for IE8. but would like to request a patch or fix.
The text was updated successfully, but these errors were encountered: