opal / opal-browser

Browser support for Opal.
MIT License
115 stars 36 forks source link

some media methods are missing #103

Closed jeezs closed 11 months ago

jeezs commented 2 years ago

I didn't succeed to make a pull request Just need to add: def pause #@native.pause()` end

def currentTime= (val) #@native.currentTime = #{val}; end

def currentTime #@native.currentTime end` to the 'media.rb files' thanks