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

promiseCapability.[[Resolve]] is not a function #949

Closed
trueter opened this issue Jan 8, 2016 · 1 comment
Closed

promiseCapability.[[Resolve]] is not a function #949

trueter opened this issue Jan 8, 2016 · 1 comment

Comments

@trueter
Copy link

trueter commented Jan 8, 2016

Hey Folks

I started getting this weird error in Google Chrome Canary yesterday.
Uncaught (in promise) TypeError: promiseCapability.[[Resolve]] is not a function | undefined:1

On the chromium issue tracker it has been stated that it is important for subclassed Promises to act similarly to new the Promise ES2015 constructor as defined in the ECMA-262 draft from December 20th.

I don't know if this is to be considered an issue with Bluebird, but coudn't rule it out either.

Thanks for looking into this.

@trueter
Copy link
Author

trueter commented Jan 9, 2016

Looks like the issue is related to core-js, not bluebird: zloirock/core-js#159.

@trueter trueter closed this as completed Jan 9, 2016
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

1 participant