You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this should be removed, instead callers should create their fetcher by themselves and give it load_html_rendertree_fetcher.
This function creates the fetcher, use it and returns it.. instead we probably want to have the calling function to create the fetcher for more flexibility:
let fetcher = fetcher::new();
let render_tree = load_html_rendertree(url, None, fetcher);
The text was updated successfully, but these errors were encountered:
See discussion: #730 (comment)
I think this should be removed, instead callers should create their fetcher by themselves and give it load_html_rendertree_fetcher.
This function creates the fetcher, use it and returns it.. instead we probably want to have the calling function to create the fetcher for more flexibility:
The text was updated successfully, but these errors were encountered: