We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
IE8 in standards mode throws 'undefined' is null or not an object on this line:
'undefined' is null or not an object
callerCache[" size"] = getterCache[" size"] = 0;
Nothing else is loaded on the page; only Bluebird.
I'm using the latest version (2.2.1): https://github.com/petkaantonov/bluebird/blob/master/js/browser/bluebird.js.
Your README states IE8 support. Pardon me if I'm doing something incorrectly. Perhaps I should be using the ES5 shim to get IE8 compatibility?
The text was updated successfully, but these errors were encountered:
c7d2d69
No branches or pull requests
IE8 in standards mode throws
'undefined' is null or not an object
on this line:callerCache[" size"] = getterCache[" size"] = 0;
Nothing else is loaded on the page; only Bluebird.
I'm using the latest version (2.2.1): https://github.com/petkaantonov/bluebird/blob/master/js/browser/bluebird.js.
Your README states IE8 support. Pardon me if I'm doing something incorrectly. Perhaps I should be using the ES5 shim to get IE8 compatibility?
The text was updated successfully, but these errors were encountered: