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

Browser coverage needs to be checked like Array#some. #13

Closed
mixed opened this issue Dec 3, 2020 · 1 comment
Closed

Browser coverage needs to be checked like Array#some. #13

mixed opened this issue Dec 3, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@mixed
Copy link
Member

mixed commented Dec 3, 2020

Description

It is necessary to use a polyfill according to the browser coverage or use an alternative method.

Steps to check or reproduce

@mixed mixed added the bug Something isn't working label Dec 3, 2020
daybrush added a commit to daybrush/egjs-imready that referenced this issue Dec 4, 2020
@daybrush
Copy link
Member

daybrush commented Dec 4, 2020

@mixed

Internet Explorer Chrome Firefox Safari iOS Android
9+(polyfill 8+) Latest Latest Latest 7+ 4+(polyfill 2.2+)

Use polyfill if you want to use it in a lower version browser.

  • Array.prototype.forEach
  • Array.prototype.map
  • Array.prototype.some
  • Array.prototype.filter

daybrush added a commit that referenced this issue Dec 4, 2020
* fix: remove loading from ElementLoader check

* test: remove comments

* docs: fix README #13
@mixed mixed closed this as completed Dec 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants