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've noticed that the project has been upgraded to ES6. However, the library still relies heavily on callback functions for asynchronous operations, rather than utilizing the more modern and elegant Promise-based approach.
Please consider adding Promise support to strophe.js. I believe this would be a valuable improvement for the library and its users.
The text was updated successfully, but these errors were encountered:
Dear strophe.js maintainers,
I've noticed that the project has been upgraded to ES6. However, the library still relies heavily on callback functions for asynchronous operations, rather than utilizing the more modern and elegant Promise-based approach.
Please consider adding Promise support to strophe.js. I believe this would be a valuable improvement for the library and its users.
The text was updated successfully, but these errors were encountered: