Skip to content

Commit 5cad13e

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,12 @@ If we want both Javascript and performance in a true headless browser, we need t
5454

5555
Lightpanda is still a work in progress and is currently at a Beta stage.
5656

57+
:warning: You should expect most websites to fail or crash.
58+
5759
Here are the key features we have implemented:
5860

5961
- [x] HTTP loader
60-
- [x] HTML parser and DOM tree
62+
- [x] HTML parser and DOM tree (based on Netsurf libs)
6163
- [x] Javascript support (v8)
6264
- [x] Basic DOM APIs
6365
- [x] Ajax
@@ -66,7 +68,7 @@ Here are the key features we have implemented:
6668
- [x] DOM dump
6769
- [x] Basic CDP/websockets server
6870

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.
71+
NOTE: There are hundreds of Web APIs. Developing a browser (even just for headless mode) is a huge task. Coverage will increase over time.
7072

7173
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.
7274

0 commit comments

Comments
 (0)