then-chrome icon indicating copy to clipboard operation
then-chrome copied to clipboard

fix typedef of ChromeThenable

Open k-timoshenko opened this issue 5 years ago • 0 comments

Hi, really I don't know if you support this package or not:) But. There is an error in the autocomplete (in PhpStorm) - it doesn't understand @typedef Function without {}. So all other definitions have {}, e.g. @property {ChromeThenable} bookmarks.get, but PhpStorm says that any of ChromeThenable methods (windows.get, windows.getCurrent and so on) is not of Function type.

k-timoshenko avatar May 18 '19 10:05 k-timoshenko