en.javascript.info
en.javascript.info copied to clipboard
Remove "recently added" marking for some Promise static methods
Removed the "recently added" marking for the static methods Promise.allSettled and Promise.any, as - according to MDN - they are available across browsers since 2020 (all listed browsers support them).
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/allSettled#browser_compatibility https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/any#browser_compatibility