Skip to content

Commit 8740b08

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ If we want both Javascript and performance in a true headless browser, we need t
5252

5353
## Status
5454

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

5757
Here are the key features we have implemented:
5858

5959
- [x] HTTP loader
60-
- [x] HTML parser and DOM tree
60+
- [x] HTML parser and DOM tree (based on Netsurf libs)
6161
- [x] Javascript support (v8)
6262
- [x] Basic DOM APIs
6363
- [x] Ajax
@@ -66,7 +66,7 @@ Here are the key features we have implemented:
6666
- [x] DOM dump
6767
- [x] Basic CDP/websockets server
6868

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.
69+
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.
7070

7171
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.
7272

0 commit comments

Comments
 (0)