gowebapi / webapi

Go Lang Web Assembly bindings for DOM, HTML etc
BSD 3-Clause "New" or "Revised" License
174 stars 12 forks source link

JSValue() returns js.Null() if the object is nil #21

Closed ptxmac closed 1 year ago

ptxmac commented 1 year ago

(This regen also added MutationCallback, not sure why that was missing before)

janpfeifer commented 1 year ago

Apologies for the delay, I had to download the diff to check it semi-automatically.

Indeed it adds support for MutationObserver, MutationCallback and MutationRecord -- maybe it went through in another PR before I starated following, and the code was never regenerated.

Thanks a ton for doing this @ptxmac , very appreciated.