Apply suggestions from code review

Co-authored-by: Pierre Tachoire <pierre@lightpanda.io>
This commit is contained in:
katie-lpd
2025-07-07 16:59:07 -07:00
committed by GitHub
parent 8956ab85f9
commit d30631f991

View File

@@ -66,6 +66,7 @@ The Lightpanda browser is compatible to run on windows inside WSL. Follow the Li
It is recommended to install clients like Puppeteer on the Windows host. It is recommended to install clients like Puppeteer on the Windows host.
**Install from Docker** **Install from Docker**
Lightpanda provides [official Docker Lightpanda provides [official Docker
images](https://hub.docker.com/r/lightpanda/browser) for both Linux amd64 and images](https://hub.docker.com/r/lightpanda/browser) for both Linux amd64 and
arm64 architectures. arm64 architectures.
@@ -141,7 +142,7 @@ You may still encounter errors or crashes. Please open an issue with specifics i
Here are the key features we have implemented: Here are the key features we have implemented:
- [x] HTTP loader - [x] HTTP loader
- [x] HTTP headers - [x] HTTP loader
- [x] HTML parser and DOM tree (based on Netsurf libs) - [x] HTML parser and DOM tree (based on Netsurf libs)
- [x] Javascript support (v8) - [x] Javascript support (v8)
- [x] DOM APIs - [x] DOM APIs
@@ -153,6 +154,7 @@ Here are the key features we have implemented:
- [x] Click - [x] Click
- [x] Input form - [x] Input form
- [x] Cookies - [x] Cookies
- [x] Custom HTTP headers
- [ ] Proxy support - [ ] Proxy support
- [ ] Network interception - [ ] Network interception