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
+22-22Lines changed: 22 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,6 +106,28 @@ await context.close();
106
106
awaitbrowser.disconnect();
107
107
```
108
108
109
+
## Status
110
+
111
+
Lightpanda is still a work in progress and is currently at a Beta stage.
112
+
113
+
:warning: You should expect most websites to fail or crash.
114
+
115
+
Here are the key features we have implemented:
116
+
117
+
-[x] HTTP loader
118
+
-[x] HTML parser and DOM tree (based on Netsurf libs)
119
+
-[x] Javascript support (v8)
120
+
-[x] Basic DOM APIs
121
+
-[x] Ajax
122
+
-[x] XHR API
123
+
-[x] Fetch API
124
+
-[x] DOM dump
125
+
-[x] Basic CDP/websockets server
126
+
127
+
NOTE: There are hundreds of Web APIs. Developing a browser (even just for headless mode) is a huge task. Coverage will increase over time.
128
+
129
+
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.
130
+
109
131
## Build from sources
110
132
111
133
### Prerequisites
@@ -262,25 +284,3 @@ If we want both Javascript and performance in a true headless browser, we need t
262
284
- Not based on Chromium, Blink or WebKit
263
285
- Low-level system programming language (Zig) with optimisations in mind
264
286
- Opinionated: without graphical rendering
265
-
266
-
## Status
267
-
268
-
Lightpanda is still a work in progress and is currently at a Beta stage.
269
-
270
-
:warning: You should expect most websites to fail or crash.
271
-
272
-
Here are the key features we have implemented:
273
-
274
-
-[x] HTTP loader
275
-
-[x] HTML parser and DOM tree (based on Netsurf libs)
276
-
-[x] Javascript support (v8)
277
-
-[x] Basic DOM APIs
278
-
-[x] Ajax
279
-
-[x] XHR API
280
-
-[x] Fetch API
281
-
-[x] DOM dump
282
-
-[x] Basic CDP/websockets server
283
-
284
-
NOTE: There are hundreds of Web APIs. Developing a browser (even just for headless mode) is a huge task. Coverage will increase over time.
285
-
286
-
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