confluence
confluence copied to clipboard
Missing chrome.runtime
Chrome has a bunch of non-standard APIs exposed off of chrome.runtime. I see the other properties on chrome, but not runtime. Any idea why? It looks to be exposed similarly to chrome.webstore.
BTW I appreciate that there's probably no good way to count each of the different methods on runtime as their own API (since runtime doesn't appear to be an instance of some interface). That's not ideal but fine for the purposes of this issue.