Skip to content

Commit d5e02e0

Browse files
README: be more precise on current status
Signed-off-by: Francis Bouvier <[email protected]>
1 parent 22a6acc commit d5e02e0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,12 @@ If we want both Javascript and performance in a true headless browser, we need t
5353
## Status
5454

5555
Lightpanda is still a work in progress and is currently at a Beta stage.
56+
:warning: You should expect most websites to fail or crash.
5657

5758
Here are the key features we have implemented:
5859

5960
- [x] HTTP loader
60-
- [x] HTML parser and DOM tree
61+
- [x] HTML parser and DOM tree (based on Netsurf libs)
6162
- [x] Javascript support (v8)
6263
- [x] Basic DOM APIs
6364
- [x] Ajax
@@ -66,7 +67,7 @@ Here are the key features we have implemented:
6667
- [x] DOM dump
6768
- [x] Basic CDP/websockets server
6869

69-
NOTE: There are hundreds of Web APIs. Developing a browser (even just for headless mode) is a huge task. It's more about coverage than a _working/not working_ binary situation.
70+
NOTE: There are hundreds of Web APIs. Developing a browser (even just for headless mode) is a huge task. Hopefully we will increase coverage over time.
7071

7172
You can also follow the progress of our Javascript support in our dedicated [zig-js-runtime](https://github.com/lightpanda-io/zig-js-runtime#development) project.
7273

0 commit comments

Comments
 (0)