Francis Bouvier
Francis Bouvier
Hi, Do you plan to add Markdown rendering in `devd` ? Would you consider any PR implementing it ? Thanks, Francis
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 ```
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
Messages are not standardized between existing browsers. Even for one browser message can be different regarding the context of the error.