Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/crhntr/window

A Go package wrapping the DOM.
https://github.com/crhntr/window

dom go golang user-interface wasm

Last synced: about 1 month ago
JSON representation

A Go package wrapping the DOM.

Awesome Lists containing this project

README

        

# window

**ARCHIVED** Much of the functionality here, was re-designed and added here: https://github.com/crhntr/dom. It has implementations that work on ["golang.org/x/net/html".Node](https://pkg.go.dev/golang.org/x/net/html). It does not have event handlers.

A Go package wrapping the DOM based on code generation in "./dom.yml".

"./dom.yml" is basded on MDN docs.
a
Consider forking and modifying the dom.yml to match your needs.