Open 5d-jh opened 1 year ago
Yeah, that's an HTMLAnchorElement
specific property—a subclass of HTMLElement
—but deno-dom has only implemented its parent class HTMLElement
. When I get some time I'll go and implement the various subclasses including HTMLAnchorElement
Ideally I'd like to maybe automatically generate them from Web IDL... Gotta look into that
pathname
field is undefined when create ana
element. I expected empty string.