You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught exception: TypeError: Cannot convert 'iframe.contentWindow' to object
Error thrown at line 259, column 12 in getEmptyViaIFrame() in https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.5.9/es5-sham.js:
empty = iframe.contentWindow.Object.prototype;
called from line 280, column 16 in <anonymous function: createEmpty>() in https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.5.9/es5-sham.js:
var empty = shouldUseActiveX() ? getEmptyViaActiveX() : getEmptyViaIFrame();
called from line 306, column 16 in create(prototype, properties) in https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.5.9/es5-sham.js:
object = createEmpty();
called from line 1595, column 2 in <anonymous function>() in https://cdnjs.cloudflare.com/ajax/libs/es6-shim/0.35.3/es6-shim.js:
if (Object.setPrototypeOf && Object.getPrototypeOf &&
called from line 25, column 4 in <anonymous function>(root, factory) in https://cdnjs.cloudflare.com/ajax/libs/es6-shim/0.35.3/es6-shim.js:
root.returnExports = factory();
called from line 13, column 0 in https://cdnjs.cloudflare.com/ajax/libs/es6-shim/0.35.3/es6-shim.js:
(function (root, factory) {
Not sure if this means that the shams are not loaded at all, or if just specific part (Object.create) is not working?
The text was updated successfully, but these errors were encountered:
ES5-shim is loaded first, then ES5-sham:
Not sure if this means that the shams are not loaded at all, or if just specific part (Object.create) is not working?
The text was updated successfully, but these errors were encountered: