Advertisement
Guest User

Untitled

a guest
Apr 21st, 2014
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. static native void sendMessageToChromeExtension() /*-{
  2. chrome.runtime.sendMessage(...);
  3. }-*/;
  4.  
  5. Cannot read property 'sendMessage' of undefined
  6.  
  7. "externally_connectable": {
  8. "matches": ["*://*.example.com/*"]
  9. }
  10.  
  11. static native void sendMessageToChromeExtension() /*-{
  12. $wnd.chrome.runtime.sendMessage(...);
  13. }-*/;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement