opal-browser
opal-browser copied to clipboard
Browser support for Opal.
It's not possible to read non-enumerable properties, for example ones that TouchEvent has
While there are touch events defined, they are useless.
element.children= can be aliased to element.inner_dom=
Is it possible to inspect `opal-browser` through the repl? I was able to require `opal` and inspect it, but similarly requiring `opal-browser` didn't seem to work.
I cobbled some simple code together that allows me to cache, create, update, and remove CSS rules of the page itself. I want you to take this code and incorporate...
All specs pass if you run `bundle exec rake` However I do not understand how spec/runner.rb is supposed to work, and its just failing with some message about chomp. Not...
Look at https://developer.mozilla.org/en-US/docs/Web/API/ParentNode `ParentNode.children` returns only element nodes without text nodes unlike `Node.childNodes` which includes all Nodes and so current implementation is wrong. Note that I haven't really tested this...
DocumentFragment.getElementById() is not implemented for Browser::DOM::DocumentFragment https://developer.mozilla.org/en-US/docs/Web/API/DocumentFragment
Dear Developers, I've been looking over the event subsystem, and although I can roughly follow the code - it would really help if you could produce some in-depth and substantive...