You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want the plugin to add support for Promise.allSettled() and Promise.any().
Those Promise features were added in ES2020 and later, but this plugin doesn't seem to support them yet.
Description
I want the plugin to add support for Promise.allSettled() and Promise.any().
Those Promise features were added in ES2020 and later, but this plugin doesn't seem to support them yet.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/allSettled
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/any
Steps to Reproduce
Online DEMO
Expected behavior: [What you expect to happen]
I expect to be warned even if I use the new API.
Actual behavior: [What actually happens]
The plugin does not support new APIs.
Versions
[Please fill this in if you are submitting a bug report]
Additional Information
[Any additional information, configuration or data that might be necessary to
reproduce the issue]
The text was updated successfully, but these errors were encountered: