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

add support for Array.prototype.find. #1960

Closed
srrvnn opened this issue Sep 22, 2015 · 12 comments
Closed

add support for Array.prototype.find. #1960

srrvnn opened this issue Sep 22, 2015 · 12 comments

Comments

@srrvnn
Copy link

srrvnn commented Sep 22, 2015

No description provided.

@cvrebert
Copy link
Contributor

@charlzyx
Copy link

vote

@slavafomin
Copy link

UP

2 similar comments
@alecventura
Copy link

UP

@gustavoisensee
Copy link

UP

@quesurifn
Copy link

Vote

1 similar comment
@kyborek
Copy link

kyborek commented Aug 3, 2017

Vote

@empz
Copy link

empz commented Aug 3, 2017

I was really surprised that array.prototype.find doesn't show up in caniuse

@FCHAPLIN
Copy link

FCHAPLIN commented Jan 28, 2018

Initial request was made two years ago. There are 827 open issues right now. Is there still someone updating caniuse ? @Fyrd do you need help ?

@Fyrd
Copy link
Owner

Fyrd commented Jan 28, 2018

@FCHAPLIN I work on caniuse almost daily, with many others constantly contributing. The amount of different APIs and features that browsers support (and don't support) is pretty immense and continuously growing so that's why there's so many open issues.

Help is always appreciated! There's some contributing docs if you're interested in helping out.

@codinronan
Copy link

codinronan commented May 1, 2018

This one bit me today when I realized we are failing IE11 and Safari 9 users because of the lack of the correct polyfill; which babel doesn't know to add, since it relies on the caniuse data. Will go to the contributing docs to see if I can add it.

@Fyrd
Copy link
Owner

Fyrd commented Aug 30, 2018

Now available at https://caniuse.com/#feat=array-find

@Fyrd Fyrd closed this as completed Aug 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests