https-everywhere
https-everywhere copied to clipboard
Convert `sendResponse()`s to `Promise`s
Type: code issue
sendResponse() will be removed from the W3C spec, and returning a Promise from the onMessage handler is now preferred. We should convert all sendResponse()s to Promises.
@Hainish I am working on this right now.
@pipboy96 are you still working on this?
@cschanaj Yes.