Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(...).addListener() methods missing #46

Open
bcye opened this issue Oct 14, 2019 · 1 comment
Open

(...).addListener() methods missing #46

bcye opened this issue Oct 14, 2019 · 1 comment

Comments

@bcye
Copy link

bcye commented Oct 14, 2019

The .addListener() methods are missing:

Examples:
chrome.pageAction.onClicked.addListener(); or
chrome.runtime.onInstalled.addListener();

Would be interested in contributing this, though I have never worked on a editor extension so I'll need to read in first.

@vaibhavhrt
Copy link
Owner

I think I am done till chrome.something.something only. Couldn't find a good way to register multi level of completion providers (https://stackoverflow.com/questions/55204709/how-to-structure-multiple-completion-providers).
You might wanna try @types/chrome which I think is better maintained.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants