Francis Bouvier

Results 17 issues of Francis Bouvier

Hi, Do you plan to add Markdown rendering in `devd` ? Would you consider any PR implementing it ? Thanks, Francis

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

DOM API
CDP
Investigate

In order to prepare CDP. Usage: ```sh curl -d "let content = document.getElementById('content')" http://127.0.0.1:8080 curl -d "content.getAttribute('id') === 'content'" http://127.0.0.1:8080 curl -d "exit" http://127.0.0.1:8080 # to close the server ```

https://dom.spec.whatwg.org/#interface-comment

DOM API

When working on a branch it's convenient to run test only for this case at debug stage, before running all tests. Relates to https://github.com/Browsercore/jsruntime-lib/issues/147

Workflow

Messages are not standardized between existing browsers. Even for one browser message can be different regarding the context of the error.

DOM API