opal-ferro icon indicating copy to clipboard operation
opal-ferro copied to clipboard

Ferro is a small Ruby library on top of Opal that enables an object-oriented programming style for creating code that runs in the webbrowser. No more distractions like HTML and searching for DOM eleme...

Results 1 opal-ferro issues
Sort by recently updated
recently updated
newest added

This is what I enter in my Firefox JS Console: (GxG is my module name space) Opal.GxG.$eval("Ferro::Xhr.new 'http://192.168.11.203/get_display', Proc.new {puts 'y'}, Proc.new {puts 'n'}, timeout: 10000, method: :get, body: {a:...