caperaven

Results 9 issues of caperaven

I am trying to use selenium-webdriver with deno using https://www.skypack.dev/view/selenium-webdriver I get this error when trying to run it throw new Error("[Package Error] \"http\" does not exist. (Imported by \"selenium-webdriver:14:7\").");...

I would like to use this library to help mocking out the dom for deno tests. It seems like dataset properties are not supported? ``` const h1 = document.querySelector("h1"); h1.setAttribute("data-test",...

### Feature and motivation We are moving away from nodejs to deno. Selenium is important too us and it would be great to have deno support as an alternative to...

C-nodejs
I-enhancement
help wanted

is there a way where I can convert wasm_bindgen::JsValue to a serde_json::Value and back?

The documentation for JsValue contains this text. "A JsValue doesn't actually live in Rust right now but actually in a table owned by the wasm-bindgen generated JS glue code. Eventually...

question

**Description** Would like to define cors policy { "key": "Cross-Origin-Embedder-Policy", "value": "require-corp" }, { "key": "Cross-Origin-Opener-Policy", "value": "same-origin" } **Why is this useful?** To run multithreaded web assembly using wasm_bindgen_ryon

makes it difficult to load your own custom scripts from relative path. I am still new to these things so I could be missing something obvious, but trying to import...

The icon font has all the icons available. I am looking for a way to customise or create a custom font that only contains the icons I use. What tooling...

font Material Icons

deno 1.41.1 (release, x86_64-pc-windows-msvc) v8 12.1.285.27 typescript 5.3.3 I am trying to run a python command "python ...path/file.py" I need to read the response to see if it started up...

needs info