Getting Uncaught TypeError in ChromeAPI.js on every page I load

Every page loaded in Chrome (version 38.0.2125.101) throws this error in the console:

Uncaught TypeError: Cannot read property 'bind' of undefined (chromeAPI.js:1)

Full stack:

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

      

+3


source to share


1 answer


As suggested by @qwertymk, the bug was caused by an add-on in Google Chrome that has since been fixed.



0


source







All Articles