electron-extensions icon indicating copy to clipboard operation
electron-extensions copied to clipboard

Support promise responses in WebRequest

Open RangerMauve opened this issue 5 years ago • 0 comments

According to MDN, Firefox 52 added support for returning promises from listeners in onBeforeRequest.

Would you be down for a PR to add support for this functionality? I still don't know how to use the latest code in master in an app, but I'd be happy to submit a PR for both the 6.x.y branch and another one for master :P

RangerMauve avatar Nov 07 '20 02:11 RangerMauve