Remove `cmd` property from `http|fetch` invoke

pull/588/head
i-c-b 2 years ago committed by GitHub
parent 319de692bf
commit fb92ef54d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -77,7 +77,6 @@ export async function fetch(
const reqData = buffer.byteLength ? Array.from(new Uint8Array(buffer)) : null;
const rid = await window.__TAURI_INVOKE__<number>("plugin:http|fetch", {
cmd: "fetch",
method: req.method,
url: req.url,
headers: Array.from(req.headers.entries()),

Loading…
Cancel
Save