Lusito / webextension-polyfill-ts

This is a TypeScript ready "wrapper" for the WebExtension browser API Polyfill by Mozilla

Repository from Github https://github.comLusito/webextension-polyfill-tsRepository from Github https://github.comLusito/webextension-polyfill-ts

missing 3rd argument 'sendResponse' for onMessage event listener

behrouze opened this issue Β· comments

Concerning the the typing of onMessage event handler, sendResponse function is missing as the 3rd argument.

Here is the MDN and Chrome documentation about this parameter.

BTW thanks for your good work πŸ‘

duplicate