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
The method function being used to wrap functions isn't actually available on standard Promise objects in browsers which really makes Bluebird a required dependency. The Promises/A+ standard doesn't specificy it and I know this is pretty tedious since it can be easily prototyped but it's something worth mentioning.
Thanks and awesome library!
The text was updated successfully, but these errors were encountered:
Hi, I also noticed the problem with Promise.method - but wanted to delay a solution until the original jassa code has been fully ported (only a few features of the facete module are missing)
Hello,
The method function being used to wrap functions isn't actually available on standard Promise objects in browsers which really makes Bluebird a required dependency. The Promises/A+ standard doesn't specificy it and I know this is pretty tedious since it can be easily prototyped but it's something worth mentioning.
Thanks and awesome library!
The text was updated successfully, but these errors were encountered: