go-js-dom icon indicating copy to clipboard operation
go-js-dom copied to clipboard

Results 22 go-js-dom issues
Sort by recently updated
recently updated
newest added

I notice that the `HTMLDialogElement`, `HTMLSlotElement` and `HTMLPictureElement` are missing in the current version of `go-js-dom`. Seems all this elements are experimental at this time (the dialog especially).

Would it be possible to implement [Element.ReplaceChildren](https://developer.mozilla.org/en-US/docs/Web/API/Element/replaceChildren)? I'd be happy to submit a PR.

For documentation and ease of use, event types could be added to aid users with available event types (these are hard to come across in a complete list on the...

For reference, I'm using `dom/v2` with `go1.16.6` to build WASM client for a web project. I have a case when I parse some arbitrary HTML from the server and add...

It's a basic implementation for `HTMLDialogElement`, `HTMLPictureElemen`and `HTMLSlotElement`. I need to do more tests with the Slot. The `HTMLDialogElement` [is only supported on Chrome/Opera](https://caniuse.com/#feat=dialog), right now. ---------------------- Because it's only...

Attempt to fix https://github.com/dominikh/go-js-dom/issues/37

window.History() returns nil There is a pull request, from half a year ago.