snoop244
snoop244
This is great news. Thank you!
The benefit is that teams, like ours, with existing applications could start mixing in golang wasm components, particularly in areas where wasm will shine over js... without having to (re)write...
Apologies for the multiple posts. Here is a somewhat dated post on golang WASM web components: https://matthewphillips.info/programming/wasm-golang-ce.html
I have the same issue, but, instead of this: `jsonBeforeConfertedToXML._attributes.d2l_2p0:material_type = 'myMaterialType` I'm pretty sure JS let's you use this notation interchangeably: `jsonBeforeConfertedToXML._attributes["d2l_2p0:material_type"] = 'myMaterialType` This notation works in my...
+1 - I don't know if this planned for, or is currently part of caching, but our use-case is not scraping but form filling. Our insurance broker client needs to...
It would be great to see this enhancement as I'm also looking to set focus programmatically.