Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Browser version #12

Open
cjh9 opened this issue Oct 30, 2017 · 0 comments
Open

Browser version #12

cjh9 opened this issue Oct 30, 2017 · 0 comments

Comments

@cjh9
Copy link

cjh9 commented Oct 30, 2017

Is there a prebuilt min.js browser version of this library?

The method I'm currently using for getting the node tree is this:

var wrapper = document.createElement('div');
wrapper.innerHTML = html;
var children = wrapper.children

Will this library be faster?

iamabubakar pushed a commit to iamabubakar/node-fast-html-parser that referenced this issue Sep 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant