Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Support for IE8 #82

Closed
nicoabie opened this issue Sep 24, 2014 · 4 comments
Closed

Support for IE8 #82

nicoabie opened this issue Sep 24, 2014 · 4 comments

Comments

@nicoabie
Copy link

Recommend the usage of object.create polyfill:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/create

@l-lin
Copy link
Owner

l-lin commented Sep 24, 2014

Mmh I don't really know how that really works... I'm still confused as there are so many way to instanciate new objects in Javascript.

Can you tell me where in the code is having this issue?

@nicoabie
Copy link
Author

There are many methods that invoke Object.create. That method doesn't exist
in IE8. As datatables and angular 1.2 support IE8 it would be nice to hint
the user to include the polyfill

On 24 September 2014 13:43, Louis LIN notifications@github.com wrote:

Mmh I don't really know how that really works... I'm still confused as
there are so many way to instanciate new objects in Javascript.

Can you tell me where in the code is having this issue?


Reply to this email directly or view it on GitHub
#82 (comment)
.

@l-lin
Copy link
Owner

l-lin commented Sep 24, 2014

Thanks! 👍

@l-lin l-lin closed this as completed Sep 24, 2014
@nicoabie
Copy link
Author

You are welcome, thanks to you for the directives!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants