moutard / SubZoom-Proto1

1 stars 1 forks source link

Chromium - onMessage undefined #47

Closed moutard closed 11 years ago

moutard commented 12 years ago

According to chrome.extension API, onRequest is now deprecated. You have to replace it by onMessage what I did. But on the latest chromium version, onMessage is not implemented yet. So we got this error on the background page.

massaging/content_script_listener.js : 21 Uncaught TypeError: Cannot call method 'addListener' of undefined

moutard commented 11 years ago

End of support version < 22.