You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,10 +54,12 @@ If we want both Javascript and performance in a true headless browser, we need t
54
54
55
55
Lightpanda is still a work in progress and is currently at a Beta stage.
56
56
57
+
:warning: You should expect most websites to fail or crash.
58
+
57
59
Here are the key features we have implemented:
58
60
59
61
-[x] HTTP loader
60
-
-[x] HTML parser and DOM tree
62
+
-[x] HTML parser and DOM tree (based on Netsurf libs)
61
63
-[x] Javascript support (v8)
62
64
-[x] Basic DOM APIs
63
65
-[x] Ajax
@@ -66,7 +68,7 @@ Here are the key features we have implemented:
66
68
-[x] DOM dump
67
69
-[x] Basic CDP/websockets server
68
70
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.
70
72
71
73
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.
0 commit comments