Skip to content

Commit 99bd751

Browse files
committed
feat: add back ReqwestResponse implementation
1 parent 33242bf commit 99bd751

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

plugins/http/src/commands.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,9 @@ pub async fn fetch_send<R: Runtime>(
423423
));
424424
}
425425

426+
let mut resources_table = webview.resources_table();
427+
let rid = resources_table.add(ReqwestResponse(res));
428+
426429
Ok(FetchResponse {
427430
status: status.as_u16(),
428431
status_text: status.canonical_reason().unwrap_or_default().to_string(),

0 commit comments

Comments
 (0)