We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The .addListener() methods are missing:
Examples: chrome.pageAction.onClicked.addListener(); or chrome.runtime.onInstalled.addListener();
chrome.pageAction.onClicked.addListener();
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.
The text was updated successfully, but these errors were encountered:
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.
chrome.something.something
Sorry, something went wrong.
No branches or pull requests
The .addListener() methods are missing:
Examples:
chrome.pageAction.onClicked.addListener();
orchrome.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.
The text was updated successfully, but these errors were encountered: