Added new response system support for Extension Strategy
This commit is contained in:
@@ -23,7 +23,10 @@ const extensionWithProxy = async (req, { state }) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const extensionWithoutProxy = async (req, _store) => {
|
const extensionWithoutProxy = async (req, _store) => {
|
||||||
const res = await window.__POSTWOMAN_EXTENSION_HOOK__.sendRequest(req)
|
const res = await window.__POSTWOMAN_EXTENSION_HOOK__.sendRequest({
|
||||||
|
...req,
|
||||||
|
wantsBinary: true,
|
||||||
|
})
|
||||||
return res
|
return res
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user