mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-28 14:43:28 +00:00
Apply suggestions from code review
Co-authored-by: Pierre Tachoire <pierre@lightpanda.io>
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user