File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ Efficient parsing and querying of HTML documents.
9
9
10
10
LazyHTML is designed around lazy HTML documents. Documents are parsed
11
11
and kept natively in memory for as long as possible. Query selectors
12
- are executed in native code for performance. Under the hood, LazyHTML
13
- uses [ Lexbor] ( https://github.com/lexbor/lexbor ) , a fast, dependency-free
14
- and comprehensive HTML engine, written entirely in C.
12
+ are executed in native code for performance and adheres to browser standards.
13
+ Under the hood, LazyHTML uses [ Lexbor] ( https://github.com/lexbor/lexbor ) ,
14
+ a fast, dependency-free and comprehensive HTML engine, written entirely in C.
15
15
16
16
LazyHTML works with a flat list of nodes and all operations are batched
17
17
by default, as shown below:
You can’t perform that action at this time.
0 commit comments