browser icon indicating copy to clipboard operation
browser copied to clipboard

Lightpanda: the headless browser designed for AI and automation

Results 94 browser issues
Sort by recently updated
recently updated
newest added

This may already be on the road map. At this phase in the project there seems to virtually no support for content loaded into `` elements. (perhaps it is blocked...

DOM API

Create a simple server listening on a Unix socket for CDP messages: - read incoming CDP commands - write corresponding CDP responses The server should be able to use the...

CDP

see https://ziglang.org/download/0.12.0/release-notes.html#x86-Backend

## todo * [ ] implement cancellation for kqueue in https://github.com/lightpanda-io/tigerbeetle-io/

DOM API

Following #222, implement the array like for webstorage. blocked by https://github.com/lightpanda-io/jsruntime-lib/issues/221

netsurf/libdom uses a ref counter to track node and string usage an cleanup memory once the ref count reach 0. see: * https://github.com/Browsercore/libdom/blob/master/include/dom/core/string.h#L35-L41 * https://github.com/Browsercore/libdom/blob/master/include/dom/core/node.h#L195-L202 We have to ensure our...

bug
Investigate

With the zig build system. 2 goals: - use only one command to build everything from sources `zig build` - cross-compilation

Workflow
Packaging

See: https://github.com/lightpanda-io/zig-async-io

DOM API
CDP
Investigate