Skip to content

Commit 4d51a91

Browse files
Merge pull request #432 from lightpanda-io/adjust-readme
readme: move status up
2 parents 3180ba7 + 7602f15 commit 4d51a91

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

README.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,28 @@ await context.close();
106106
await browser.disconnect();
107107
```
108108

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+
109131
## Build from sources
110132

111133
### Prerequisites
@@ -262,25 +284,3 @@ If we want both Javascript and performance in a true headless browser, we need t
262284
- Not based on Chromium, Blink or WebKit
263285
- Low-level system programming language (Zig) with optimisations in mind
264286
- 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

Comments
 (0)