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

IE support #101

Closed
TaylorWenOne opened this issue Jul 5, 2019 · 4 comments
Closed

IE support #101

TaylorWenOne opened this issue Jul 5, 2019 · 4 comments
Labels
documentation Improvements or additions to the documentation
Milestone

Comments

@TaylorWenOne
Copy link

when i used in ie,it report error
object not support "find" function

@timocov
Copy link
Contributor

timocov commented Jul 5, 2019

To make it work in IE you need to add polyfills to your page. For example https://github.com/zloirock/core-js.

I believe we need to place that information somewhere in the docs/readme.

@timocov timocov added the documentation Improvements or additions to the documentation label Jul 5, 2019
@timocov timocov changed the title ie issue IE support Jul 5, 2019
@TaylorWenOne
Copy link
Author

thank you ,but i aslo find it doesn't work in safari,how can i used in safari?

@timocov
Copy link
Contributor

timocov commented Jul 5, 2019

What version of Safari you have? Try to add that polyfills for old Safari as well.

@dtanp
Copy link

dtanp commented Aug 1, 2019

here is polyfills that I'm using.

import 'core-js/es6/promise';
import 'core-js/es6/array';
import 'core-js/es6/string';
import 'core-js/es6/map';
import 'core-js/es6/number';
import 'core-js/es6/math';
import 'core-js/es7/array';
import 'core-js/es7/object';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to the documentation
Projects
None yet
Development

No branches or pull requests

4 participants