mdn / sprints

Archived: MDN Web Docs issues are tracked in the content repository.
https://github.com/mdn/content
Creative Commons Zero v1.0 Universal
151 stars 144 forks source link

Promise.any not defined #3996

Closed deepanshu44 closed 3 years ago

deepanshu44 commented 3 years ago

URL(s)

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/any

Request type

Details

Console says Promise.any() not defined Promise any

chrisdavidmills commented 3 years ago

This works for for me; are you using a browser that supports Promise.any()? Check it out in the compat table: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/any#browser_compatibility

deepanshu44 commented 3 years ago

I am using firefox browser firefox Its working in chromium by the way

chrisdavidmills commented 3 years ago

Which version of Firefox are you using? It works fine for me in Firefox.

deepanshu44 commented 3 years ago

Updated and solved the problem Thanks