8000 Move fetcher away from the load_html_rendertree_fetcher, and create it at the calling function instead. · Issue #732 · gosub-io/gosub-engine · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Move fetcher away from the load_html_rendertree_fetcher, and create it at the calling function instead. #732
Open
@jaytaph

Description

@jaytaph

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:

let fetcher = fetcher::new();
let render_tree = load_html_rendertree(url, None, fetcher);

Metadata

Metadata

Assignees

No one assigned

    Labels

    render treeAny issues related to the Render Tree data structure

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0