Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Promise.method is non standard and breaks browser compatibility #23

Open
xkb opened this issue Sep 14, 2014 · 3 comments
Open

Promise.method is non standard and breaks browser compatibility #23

xkb opened this issue Sep 14, 2014 · 3 comments

Comments

@xkb
Copy link

xkb commented Sep 14, 2014

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!

@leipert
Copy link
Contributor

leipert commented Sep 19, 2014

@Aklakan Maybe it would be useful to use Native ECMA6 Promises for development to insure dependence from Bluebird?

@leipert
Copy link
Contributor

leipert commented Sep 19, 2014

@Aklakan
Copy link
Member

Aklakan commented Sep 19, 2014

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants