browser
browser copied to clipboard
Lightpanda: the headless browser designed for AI and automation
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...
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...
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/
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...
With the zig build system. 2 goals: - use only one command to build everything from sources `zig build` - cross-compilation