ashi009 / ashi009/node-fast-html-parser

Browser version

Open
#12 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
166
Forks
150
PR merge metrics
No merged PRs in 30d

Description

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?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.