Skip to content

Commit ceb1dfb

Browse files
committed
Added Responseresult and ResponseDataResult exports from fetch
1 parent 683380b commit ceb1dfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ pub use crate::{
1414
browser::dom::cast::{
1515
to_html_el, to_input, to_kbevent, to_mouse_event, to_select, to_textarea,
1616
},
17-
browser::service::fetch::{Method, Request},
17+
browser::service::fetch::{Method, Request, ResponseResult, ResponseDataResult},
1818
browser::service::routing::push_route,
19-
browser::virtualDom::{attrs::Attrs, style::Style, listener::Listener},
19+
virtual_dom::{attrs::Attrs, style::Style, listener::Listener},
2020
browser::url::Url,
2121
browser::util::{
2222
self, body, canvas, canvas_context_2d, cookies, document, error, history, html_document,

0 commit comments

Comments
 (0)