webextension-polyfill/src
Doug Parker 716c90bca4 fix: wrap `onRequestFinished` to use promises
Fixes #249.

This updates `browser.devtools.network.onRequestFinished` to emit an
object with a promisified `getContent()` property. This brings the
polyfill implementation in line with Firefox's implementation, although
MDN documentation is still inaccurate at the moment.

Also updates some out of date documentation with `makeCallback()` and
`wrapAsyncFunction()`.
2020-12-10 23:08:57 +01:00
..
.eslintrc chore: Small tweaks to the eslint config files (follow-up for #167) 2019-01-28 18:56:40 +01:00
browser-polyfill.js fix: wrap `onRequestFinished` to use promises 2020-12-10 23:08:57 +01:00