DefinitelyTyped/types/chrome
photz 7f40f42354
Fix parameter type in chrome.tabs.onHighlighted.addListener callback
On https://developer.chrome.com/extensions/tabs#event-onHighlighted it can be seen that the callback for `chrome.tabs.onHighlighted.addListener` receives an object with a `tabIds` property, but the currently used `HighlightInfo` interface only has a `tabs` property.  I noticed that there exists a definition for a TabHighlightInfo interface which is currently unused.  It looks as though `TabHighlightInfo` was meant to be used here, but by mistake the very similiar `HighlightInfo` was used instead.
2019-01-30 17:25:28 +01:00
..
chrome-cast
test
index.d.ts Fix parameter type in chrome.tabs.onHighlighted.addListener callback 2019-01-30 17:25:28 +01:00
tsconfig.json
tslint.json