Skip to content

fix [].find error #181

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

Closed
wants to merge 1 commit into from
Closed

fix [].find error #181

wants to merge 1 commit into from

Conversation

xqin
Copy link

@xqin xqin commented Nov 18, 2016

Chrome (version: 44.0.2403.125) does not support [].find, so change to [].filter.

Chrome (`version: 44.0.2403.125`) does not support  `[].find`, so change to `[].filter`.
@xqin
Copy link
Author

xqin commented Nov 18, 2016

00

@xqin
Copy link
Author

xqin commented Nov 18, 2016

Vue.js devtools version: 2.3.1
image

@yyx990803
Copy link
Member

Why would you be using Chrome 44? It's 10 versions behind the current.

@LinusBorg
Copy link
Member

LinusBorg commented Dec 7, 2016

Coincidentally I had a discussion in an issue some days ago, with someone working in a bank that was "stuck" on v44 because of company policy. @simplesmiler suggested this could be because v44 was the last one to support the Netscape plugin AIP (NPAPI)

@chalkpe
Copy link

chalkpe commented Dec 19, 2016

find stops after having found an element, while filter scans entire array even it already found one.

@yyx990803
Copy link
Member

Closing as this is addressed by #240

@yyx990803 yyx990803 closed this Feb 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants