scala-js/scala-js-dom

Need to add HTMLScriptElement.onload and make Document.body mutable

lihaoyi opened this issue · 0 comments

As (poorly) documented here and here. The port of workbench to scala-js uses it, and currently works around it via casts to js.Dynamic

If anyone wants to do it that'd be great, otherwise I'll leave this here so I don't forget for later.