Skip to content

Commit

Permalink
Added Responseresult and ResponseDataResult exports from fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
David-OConnor committed Dec 29, 2019
1 parent 683380b commit ceb1dfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ pub use crate::{
browser::dom::cast::{
to_html_el, to_input, to_kbevent, to_mouse_event, to_select, to_textarea,
},
browser::service::fetch::{Method, Request},
browser::service::fetch::{Method, Request, ResponseResult, ResponseDataResult},
browser::service::routing::push_route,
browser::virtualDom::{attrs::Attrs, style::Style, listener::Listener},
virtual_dom::{attrs::Attrs, style::Style, listener::Listener},
browser::url::Url,
browser::util::{
self, body, canvas, canvas_context_2d, cookies, document, error, history, html_document,
Expand Down

0 comments on commit ceb1dfb

Please sign in to comment.