Closed tszarzynski closed 8 years ago
Fixed issue related to bug #16.
"Potentially unhandled rejection [1] TypeError: Object.getOwnPropertyNames: argument is not an Object"
It's happening when Strings are being passed to Symbol.getOwnPropertySymbols method. Added a fix based on core.js implementation.
Also fixed issue in Array.from method. Changed "min" to "Math.min" as it was causing reference errors on IE 11.
Thank you! I'll review and get this in asap. This makes me very happy :)
Fixed issue related to bug #16.
"Potentially unhandled rejection [1] TypeError: Object.getOwnPropertyNames: argument is not an Object"
It's happening when Strings are being passed to Symbol.getOwnPropertySymbols method. Added a fix based on core.js implementation.
Also fixed issue in Array.from method. Changed "min" to "Math.min" as it was causing reference errors on IE 11.