babakfpB
Denoβ€’2y agoβ€’
3 replies
babakfp

Looking for an alternative to deno_dom

Hi
I'm looking for an alternative library to https://deno.land/x/deno_dom@v0.1.45/deno-dom-wasm.ts
Problems with deno_demo: https://stackoverflow.com/a/76630979/10799492
Stack Overflow
I'm converting some Javascript I wrote into a Deno TypeScript module. The script uses deno-dom to get all the "a[href]" links off of a page, and returns a list of links. The script is wor...
Why does getAttribute not exist on type "Node"?
Was this page helpful?