closure-compiler icon indicating copy to clipboard operation
closure-compiler copied to clipboard

chrome externs doesn't include chrome extension manifest v3

Open zuhairtaha opened this issue 2 years ago • 1 comments

The current chrome extension externs in for mv2 and mv3 is the new version which is not supported by current externs

Example

 closure-compiler: Property scripting never defined on chrome
  chrome.scripting.executeScript({
         ^^^^^^^^^

The new chrome API has scripting and many new methods inside it

zuhairtaha avatar Jun 16 '22 07:06 zuhairtaha

Triage: Could you send a PR for us to take a look?

frost-cy avatar Jun 22 '22 16:06 frost-cy