USO can handle POST now

#195
This commit is contained in:
tophf 2018-04-11 12:54:26 +03:00
parent c51a345689
commit 07e1d3b902

View File

@ -222,8 +222,6 @@
chrome.runtime.sendMessage({ chrome.runtime.sendMessage({
url, url,
method: 'download', method: 'download',
// USO can't handle POST requests for style json
body: null,
}, result => { }, result => {
const error = result && result.__ERROR__; const error = result && result.__ERROR__;
if (error) { if (error) {