Pierre Tachoire
Pierre Tachoire
When the HTML contains a META tag with a different encoding than the one used to parse the document, a `c.DOM_HUBBUB_HUBBUB_ERR_ENCODINGCHANGE` error is returned by netsurf. In this case, we...
``` $ ./zig-out/bin/browsercore-get 'https://www.walmart.com' debug(browser): starting GET https://www.walmart.com info(browser): GET https://www.walmart.com/ http.Status.ok debug(browser): header content-type: text/html; charset=utf-8 debug(browser): parse html with charset utf-8 debug(browser): start js env debug(browser): setup global...
Mimic Chrome's endpoints to enable Selenium CDP connection. Selenium requires: On `/json/version`, `Browser` with a Chrome version and `WebkitVersion`. On `json/list`, at least one item containing `id`, `url` and `type`....
According with https://ziglang.org/news/what-to-expect-from-release-month/ zig 0.14 will be tag the February 17th. We can begin to upgrade against master to prepare the upgrade. * zig-v8: https://github.com/lightpanda-io/zig-v8-fork/pull/35 * tigerbeetle-io: https://github.com/lightpanda-io/tigerbeetle-io/pull/14 * zig-js-runtime...
chromedp uses many `DOM` functions. #404 implements some of them. It needs [DOM.resolveNode](https://chromedevtools.github.io/devtools-protocol/tot/DOM/#method-resolveNode). The problem, in the respoonse, we have to pass a [`RemoteObject`](https://chromedevtools.github.io/devtools-protocol/tot/Runtime/#type-RemoteObject) including an `objectId`. This `objectId` is...
https://github.com/lightpanda-io/browser/issues/297#issuecomment-2629902605
relates with #382 * https://gpuweb.github.io/gpuweb/ * https://developer.mozilla.org/en-US/docs/Web/API/WebGPU_API