deno_std
deno_std copied to clipboard
selenium requires http
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")."); export default null;
I assume it's because the current compat mode does not have http support.
There's basic support of http
. I think there's something wrong in skypack's side
hmmm, damn ok, thanks dude.