Jassa-Core
Jassa-Core copied to clipboard
Promise.method is non standard and breaks browser compatibility
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!
@Aklakan Maybe it would be useful to use Native ECMA6 Promises for development to insure dependence from Bluebird?
https://www.npmjs.org/package/promise
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)