parent
c51a345689
commit
07e1d3b902
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user