Coder Social home page Coder Social logo

asimen1 / chrome-ext-messenger Goto Github PK

View Code? Open in Web Editor NEW
13.0 13.0 3.0 55 KB

DEPRECATED (use ext-messenger now): Chrome extension message passing made easy

License: MIT License

JavaScript 100.00%
archived chrome-extension deprecated message-passing messages messenger obselete

chrome-ext-messenger's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

chrome-ext-messenger's Issues

chrome.runtime = undefined in Lastest Chrome Update 66

Connection fails in Chrome Version 66.0.3359.139 (Official Build) (64-bit)

Connection has been working in previous versions of chrome 65 builds.

Description
Cannot make connection between extension and background page due to failure with the following exception

Code line:
this._port = this._myExtPart === Constants.BACKGROUND ? new MockPort({ name: this._myName }) : chrome.runtime.connect({ name: this._myName });
Reason: chrome.runtime is undefnied

TypeError: Cannot read property 'connect' of undefined at Connection.<anonymous> (chrome-ext-messenger.min.js:1372) at Connection._init (chrome-ext-messenger.min.js:1413) at Connection.<anonymous> (chrome-ext-messenger.min.js:460) at new Connection (chrome-ext-messenger.min.js:1342) at Messenger.initConnection (chrome-ext-messenger.min.js:116) at Messenger.<anonymous> (chrome-ext-messenger.min.js:460) at ChromeProtocolMessengerFactory.webpackJsonp../src/app/services/chromeprotocol/messenger/chrome.protocol.messenger.factory.ts.ChromeProtocolMessengerFactory.createConnection (chrome.protocol.messenger.factory.ts:22) at new ChromeProtocolDebugger (chrome.protocol.debugger.ts:21) at resolveToken (core.js:1296) at tryResolveToken (core.js:1242)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.