From c6090dbc16afd33e8bf5d1b333c7a1063fa824d6 Mon Sep 17 00:00:00 2001 From: Francis Bouvier Date: Wed, 4 Dec 2024 16:03:01 +0100 Subject: [PATCH] Update README Signed-off-by: Francis Bouvier --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2c8aafdf..410d6a97 100644 --- a/README.md +++ b/README.md @@ -50,9 +50,9 @@ If we want both Javascript and performance, for a real headless browser, we need ## Status -Lightpanda is still a work in progress and is currently at the Alpha stage. +Lightpanda is still a work in progress and is currently at a Beta stage. -Here are the key features we want to implement before releasing a Beta version: +Here are the key features we have implemented: - [x] Loader - [x] HTML parser and DOM tree @@ -60,9 +60,9 @@ Here are the key features we want to implement before releasing a Beta version: - [x] Basic DOM APIs - [x] Ajax - [x] XHR API - - [ ] Fetch API + - [x] Fetch API - [x] DOM dump -- [x] Basic CDP server +- [x] Basic CDP/websockets server 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.