javascript - Getting an Uncaught TypeError in ChromeAPI.js on every page I load -
javascript - Getting an Uncaught TypeError in ChromeAPI.js on every page I load -
every page load in chrome (version 38.0.2125.101) throws error in console:
uncaught typeerror: cannot read property 'bind' of undefined (chromeapi.js:1)
full stacktrace:
uncaught typeerror: cannot read property 'bind' of undefined chromeapi.js:1 initapi chromeapi.js:1 (anonymous function) coreapi.js:1 q.execcb cajon.js:1 b.check cajon.js:1 (anonymous function) cajon.js:1 (anonymous function) cajon.js:1 (anonymous function) cajon.js:1 each cajon.js:1 b.emit cajon.js:1 b.check cajon.js:1 (anonymous function) cajon.js:1 (anonymous function) cajon.js:1 (anonymous function) cajon.js:1 each cajon.js:1 b.emit cajon.js:1 b.check cajon.js:1 b.enable cajon.js:1 b.init cajon.js:1 h cajon.js:1 q.completeload cajon.js:1 (anonymous function) cajon.js:1 n.onreadystatechange cajon.js:1
as suggested @qwertymk bug beingness caused add-on in google chrome, has since been patched.
javascript google-chrome browser uncaught-typeerror
Comments
Post a Comment