code in contentView can't call functions on `chrome.runtime` without specifying extension id
See original GitHub issueWondering the reason behind you injecting the contentView script in the content index.ts rather than just directly rendering everything in the content script? Running into a small issue where I have to manually pass the chrome extension ID in order to run any of the chrome scripts which is just a bit annoying
Issue Analytics
- State:
- Created a year ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
closure_compiler/externs/chrome_extensions.js - Google Git
into a Chrome extension API and for which there is no constructor. ... specifying a type for the callback's param, so the compiler...
Read more >Extensions | Apple Developer Forums
Hi in my web extension I have a button, which I programmatically create a file for download when the user clicks it. Here...
Read more >641efff1566c569f02d395f872d4c...
+ * into a Chrome extension API and for which there is no constructor. ... + * * at-param {function(!chrome.runtime.
Read more >Activity | Android Developers
Applications should extend Activity themselves. This class is not compatible with AppCompat, and the functionality it provides is not complex.
Read more >IBM Cognos Analytics Version 11.1: Managing User Guide
Running Cognos Analytics with customized extensions and views disabled. ... In the initial configuration, this role has no members and capabilities. Only.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

use
instead of append script
in
src/pages/content/index.ts, just like #15Ah thanks for the help! it was a cache issue. Resolved 😃